Float

public type Float = Float64

Default floating-point type — alias for Float64. Reach for Float when you want the recommended precision/performance trade-off; reach for Float32 only when you specifically need 32-bit storage.

Defined in lang/std/numeric/float64.ks