common
0.1.0
Module utils
Module Items
Constants
Functions
In crate common
common
Module
utils
Copy item path
Source
Constants
§
INFINITY
Floating-point infinity.
PI
The mathematical constant π.
Functions
§
degrees_
to_
radians
Converts degrees to radians.
random_
double
Returns a random f64 in the range
[0, 1)
.
random_
double_
range
Returns a random f64 in the range
[min, max)
.