Skip to content

math_get_epsilon

CryoEagle edited this page Dec 30, 2018 · 1 revision

math_get_epsilon

Get the "machine epsilon" for floating point calculations.

Syntax:

math_get_epsilon()

Returns: double

Description:

This function will return the current epsilon value.

Example:

double epsilon = math_get_epsilon()

This code will save current epsilon to variable double epsilon.

Back to number_functions

Clone this wiki locally