gmp_lib.mpq_abs Method

GMP Native Interface for .NET

gmp_libmpq_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
)
Public Shared Sub mpq_abs ( 
	rop As mpq_t,
	op As mpq_t
)
public:
static void mpq_abs(
	mpq_t^ rop, 
	mpq_t^ op
)
static member mpq_abs : 
        rop : mpq_t * 
        op : mpq_t -> unit 

Parameters

rop
Type: Math.Gmp.Nativempq_t
The result rational.
op
Type: Math.Gmp.Nativempq_t
The 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