-
-
Notifications
You must be signed in to change notification settings - Fork 18
math_get_epsilon
CryoEagle edited this page Dec 30, 2018
·
1 revision
Get the "machine epsilon" for floating point calculations.
math_get_epsilon()
Returns: double
This function will return the current epsilon value.
double epsilon = math_get_epsilon()
This code will save current epsilon to variable double
epsilon.
Back to number_functions