Skip to main content

F

Type Alias F 

Source
pub type F = f64;
Expand description

Primary floating-point scalar type — always f64.

Scientific algorithms (potentials, optimizers, coordinate transforms) require double precision. Lower precision is only used in accelerator hot-paths (GPU kernels) or estimation algorithms, and those are handled locally, not through this project-wide alias.