| std::ceil |
returns the ceiling of the real value |
| std::equal |
implements the *equal* operation for real numbers |
| std::exp |
computes the exponential function of its argument |
| std::floor |
returns the floor of the real value |
| std::hash |
returns an integer hash value |
| std::less |
implements the *less* operation for real numbers |
| std::ln |
computes the logarithm to the base e |
| std::minus |
implements the minus operation for real numbers |
| std::negate |
returns the negated real value |
| std::over |
implements the over operation for real numbers |
| std::plus |
implements the plus operation for real numbers |
| std::round |
returns a *floating point* number |
| std::times |
implements the times operation for real numbers |
| std::to_integer |
returns the integral part of the floating point number |
| std::to_string |
returns a human readable string representation |