epsilon
Overloads
| Name | Description |
|---|---|
epsilon(as_integer type) -> integer | Returns the epsilon value of a integer |
epsilon(as_bool type) -> bool | Returns the epsilon value of a bool |
epsilon(as_real type) -> real | Returns 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.