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
9
10
Function: mfDelta
Section: modular_forms
C-Name: mfDelta
Prototype:
Help: mfDelta(): mf corresponding to the Ramanujan Delta function.
Doc: mf structure corresponding to the Ramanujan Delta function $\Delta$.
 \bprog
 ? mfcoefs(mfDelta(),4)
 %1 = [0, 1, -24, 252, -1472]
 @eprog