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
)
Public Shared Sub mpq_sub (
difference As mpq_t,
minuend As mpq_t,
subtrahend As mpq_t
)
public:
static void mpq_sub(
mpq_t^ difference,
mpq_t^ minuend,
mpq_t^ subtrahend
)
static member mpq_sub :
difference : mpq_t *
minuend : mpq_t *
subtrahend : mpq_t -> unit
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 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