Click or drag to resize
gmp_libmpq_sub Method
Set difference to minuend - subtrahend.

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_sub(
	mpq_t difference,
	mpq_t minuend,
	mpq_t subtrahend
)

Parameters

difference
Type: Math.Gmp.Nativempq_t
The result rational.
minuend
Type: Math.Gmp.Nativempq_t
The first operand rational.
subtrahend
Type: Math.Gmp.Nativempq_t
The second operand rational.
Examples
See Also