g_math 0.4.2

Multi-domain fixed-point arithmetic with geometric extension: Lie groups, manifolds, ODE solvers, tensors, fiber bundles — zero-float, 0 ULP transcendentals
Documentation
1
2
3
4
5
//! Tables — Prime Table
//!
//! Provides precomputed primes up to 10,000 (build-time generated).

pub mod prime_table;