Click or drag to resize
gmp_libmpq_div_2exp Method
Set rop to op1 / 2^op2.

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_2exp(
	mpq_t rop,
	mpq_t op1,
	uint op2
)

Parameters

rop
Type: Math.Gmp.Nativempq_t
The result rational.
op1
Type: Math.Gmp.Nativempq_t
The first operand rational.
op2
Type: SystemUInt32
The second operand rational.
Examples
See Also