HomeManualTopicsTypesSymbols

std_types::real

the prototype object for all non-integral numbers

Topic

Numbers

Derived from

std_types::number the prototype object for all kinds of numbers

See also

std_types::integer the prototype object for all integral numbers
std_types::number the prototype object for all kinds of numbers

Supported polymorphic functions

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