Pecunia 0.9.0-alpha.22
Library using the ISO-4217 currency standard & a fixed monetary unit size
|
This is the complete list of members for pecunia::FloatingPoint, including all inherited members.
absoluteValue() const | pecunia::FloatingPoint | |
ceiling() const | pecunia::FloatingPoint | |
decompose(const std::uint8_t digits=defaultRoundingDigits) const | pecunia::FloatingPoint | |
FloatingPoint() | pecunia::FloatingPoint | |
FloatingPoint(const FloatingPointBase &value) | pecunia::FloatingPoint | |
FloatingPoint(const std::int32_t &value) | pecunia::FloatingPoint | |
FloatingPoint(const std::int64_t &value) | pecunia::FloatingPoint | |
floor() const | pecunia::FloatingPoint | |
isEqual(const FloatingPoint &other, const std::uint8_t digits=defaultRoundingDigits) const | pecunia::FloatingPoint | |
modulo(const FloatingPoint &divisor) const | pecunia::FloatingPoint | |
operator*(const FloatingPoint &other) const | pecunia::FloatingPoint | |
operator*=(const FloatingPoint &other) | pecunia::FloatingPoint | |
operator+(const FloatingPoint &other) const | pecunia::FloatingPoint | |
operator+=(const FloatingPoint &other) | pecunia::FloatingPoint | |
operator-(const FloatingPoint &other) const | pecunia::FloatingPoint | |
operator-() const | pecunia::FloatingPoint | |
operator-=(const FloatingPoint &other) | pecunia::FloatingPoint | |
operator/(const FloatingPoint &divisor) const | pecunia::FloatingPoint | |
operator/=(const FloatingPoint &divisor) | pecunia::FloatingPoint | |
operator<(const FloatingPoint &other) const noexcept | pecunia::FloatingPoint | |
operator<(const FloatingPointBase &other) const noexcept | pecunia::FloatingPoint | |
operator<=(const FloatingPoint &other) const =delete | pecunia::FloatingPoint | |
operator<=(const FloatingPointBase &other) const =delete | pecunia::FloatingPoint | |
operator==(const FloatingPoint &other) const =delete | pecunia::FloatingPoint | |
operator==(const FloatingPointBase &other) const =delete | pecunia::FloatingPoint | |
operator>(const FloatingPoint &other) const noexcept | pecunia::FloatingPoint | |
operator>(const FloatingPointBase &other) const noexcept | pecunia::FloatingPoint | |
operator>=(const FloatingPoint &other) const =delete | pecunia::FloatingPoint | |
operator>=(const FloatingPointBase &other) const =delete | pecunia::FloatingPoint | |
power(const std::int64_t &exponent) const | pecunia::FloatingPoint | |
power(const FloatingPoint &exponent) const | pecunia::FloatingPoint | |
reciprocal() const | pecunia::FloatingPoint | |
squareRoot() const | pecunia::FloatingPoint | |
toString() const | pecunia::FloatingPoint | |
underlying() const noexcept | pecunia::FloatingPoint |