class_group 0.6.0

Rust library for building IQC: cryptography based on class groups (Cl) of imaginary quadratic orders
Documentation
1
2
3
4
5
6
7
8
Function: frac
Section: conversions
C-Name: gfrac
Prototype: G
Help: frac(x): fractional part of x = x-floor(x).
Doc:
 fractional part of $x$. Identical to
 $x-\text{floor}(x)$. If $x$ is real, the result is in $[0,1[$.