Skip to main content

epsilon

Overloads

NameDescription
epsilon(as_integer type) -> integerReturns the epsilon value of a integer
epsilon(as_bool type) -> boolReturns the epsilon value of a bool
epsilon(as_real type) -> realReturns the epsilon value of a real

epsilon(as_integer type) -> integer

Returns the epsilon value of a integer

Parameters

  • type: A constant corresponding to the type whose epsilon is returned.

epsilon(as_bool type) -> bool

Returns the epsilon value of a bool

Parameters

  • type: A constant corresponding to the type whose epsilon is returned.

epsilon(as_real type) -> real

Returns the epsilon value of a real

Parameters

  • type: A constant corresponding to the type whose epsilon is returned.