Set quotient to dividend / divisor.
Namespace:
Math.Gmp.Native
Assembly:
Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void mpq_div(
mpq_t quotient,
mpq_t dividend,
mpq_t divisor
)
Public Shared Sub mpq_div (
quotient As mpq_t,
dividend As mpq_t,
divisor As mpq_t
)
public:
static void mpq_div(
mpq_t^ quotient,
mpq_t^ dividend,
mpq_t^ divisor
)
static member mpq_div :
quotient : mpq_t *
dividend : mpq_t *
divisor : mpq_t -> unit
Parameters
- quotient
- Type: Math.Gmp.Nativempq_t
The result rational. - dividend
- Type: Math.Gmp.Nativempq_t
The first operand rational. - divisor
- Type: Math.Gmp.Nativempq_t
The second operand rational.
Examples No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
See Also