Click or drag to resize
gmp_libmpq_div Method
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
)

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
See Also