Type Definition librsnek::system::primitives::Float [] [src]

type Float = f64;

Floats are doubles (f64) no surprise there, which is the same as CPython.