Function librapid::floor(const mpfr&)#

Function Documentation#

mpfr librapid::floor(const mpfr &val)#

Floor of a multiprecision floating point value: \( \lfloor x \rfloor \)

Parameters

val – The value to take the floor of

Returns

The floor of the value