BigRationalLarge Module

Functions and values

Function or value Description

equal arg1 arg2

Full Usage: equal arg1 arg2

Parameters:
Returns: bool
arg0 : BigRationalLarge
arg1 : BigRationalLarge
Returns: bool

gt a b

Full Usage: gt a b

Parameters:
Returns: bool
a : BigRationalLarge
b : BigRationalLarge
Returns: bool

gte arg1 arg2

Full Usage: gte arg1 arg2

Parameters:
Returns: bool
arg0 : BigRationalLarge
arg1 : BigRationalLarge
Returns: bool

integer arg1

Full Usage: integer arg1

Parameters:
Returns: BigInteger
arg0 : BigRationalLarge
Returns: BigInteger

inv arg1

Full Usage: inv arg1

Parameters:
Returns: BigRationalLarge
arg0 : BigRationalLarge
Returns: BigRationalLarge

lt a b

Full Usage: lt a b

Parameters:
Returns: bool
a : BigRationalLarge
b : BigRationalLarge
Returns: bool

lte arg1 arg2

Full Usage: lte arg1 arg2

Parameters:
Returns: bool
arg0 : BigRationalLarge
arg1 : BigRationalLarge
Returns: bool

ofBigInt z

Full Usage: ofBigInt z

Parameters:
Returns: BigRationalLarge
z : BigInteger
Returns: BigRationalLarge

ofInt n

Full Usage: ofInt n

Parameters:
    n : int

Returns: BigRationalLarge
n : int
Returns: BigRationalLarge

pown arg1 n

Full Usage: pown arg1 n

Parameters:
Returns: BigRationalLarge
arg0 : BigRationalLarge
n : int
Returns: BigRationalLarge