Click or drag to resize
gmp_lib.mpq_abs Method
Set rop to the absolute value of op.

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_abs(
	mpq_t rop,
	mpq_t op
)

Parameters

rop
Type: Math.Gmp.Native.mpq_t
The result rational.
op
Type: Math.Gmp.Native.mpq_t
The operand rational.
Examples
See Also