mir.bignum.fp

Note: The module doesn't provide full arithmetic API for now.

Members

Enums

half
eponymoustemplate half(size_t hs)
Undocumented in source.

Functions

extendedMul
Fp!(coefficientizeA + coefficientizeB) extendedMul(Fp!coefficientizeA a, Fp!coefficientizeB b)

Structs

Fp
struct Fp(size_t coefficientSize, Exp = sizediff_t)

Software floating point number.

Meta