This is the complete list of members for xtd::math, including all inherited members.
| abs(xtd::decimal value) -> xtd::decimal | xtd::math | static |
| abs(double value) -> double | xtd::math | static |
| abs(xtd::single value) -> xtd::single | xtd::math | static |
| abs(xtd::int16 value) -> xtd::int16 | xtd::math | static |
| abs(xtd::int32 value) -> xtd::int32 | xtd::math | static |
| abs(xtd::int64 value) -> xtd::int64 | xtd::math | static |
| abs(xtd::sbyte value) -> xtd::sbyte | xtd::math | static |
| abs(xtd::slong value) -> xtd::slong | xtd::math | static |
| acos(double value) -> double | xtd::math | static |
| asin(double value) -> double | xtd::math | static |
| atan(double value) -> double | xtd::math | static |
| atan2(double y, double x) -> double | xtd::math | static |
| big_mul(xtd::int32 a, xtd::int32 b) -> xtd::int64 | xtd::math | static |
| ceiling(xtd::decimal value) -> xtd::decimal | xtd::math | static |
| ceiling(double value) | xtd::math | static |
| clamp(xtd::byte value, xtd::byte min, xtd::byte max) noexcept -> xtd::byte | xtd::math | static |
| clamp(xtd::decimal value, xtd::decimal min, xtd::decimal max) noexcept -> xtd::decimal | xtd::math | static |
| clamp(double value, double min, double max) noexcept -> double | xtd::math | static |
| clamp(xtd::int16 value, xtd::int16 min, xtd::int16 max) noexcept -> xtd::int16 | xtd::math | static |
| clamp(xtd::int32 value, xtd::int32 min, xtd::int32 max) noexcept -> xtd::int32 | xtd::math | static |
| clamp(xtd::int64 value, xtd::int64 min, xtd::int64 max) noexcept -> xtd::int64 | xtd::math | static |
| clamp(xtd::slong value, xtd::slong min, xtd::slong max) noexcept -> xtd::slong | xtd::math | static |
| clamp(xtd::sbyte value, xtd::sbyte min, xtd::sbyte max) noexcept -> xtd::sbyte | xtd::math | static |
| clamp(xtd::single value, xtd::single min, xtd::single max) noexcept -> xtd::single | xtd::math | static |
| clamp(xtd::uint16 value, xtd::uint16 min, xtd::uint16 max) noexcept -> xtd::uint16 | xtd::math | static |
| clamp(xtd::uint32 value, xtd::uint32 min, xtd::uint32 max) noexcept -> xtd::uint32 | xtd::math | static |
| clamp(xtd::uint64 value, xtd::uint64 min, xtd::uint64 max) noexcept -> xtd::uint64 | xtd::math | static |
| clamp(xtd::ulong value, xtd::ulong min, xtd::ulong max) noexcept -> xtd::ulong | xtd::math | static |
| cos(double value) -> double | xtd::math | static |
| cosh(double value) -> double | xtd::math | static |
| degrees_to_radians(double degrees) noexcept -> double | xtd::math | static |
| div_rem(xtd::int32 dividend, xtd::int32 divisor, xtd::int32 &remainder) -> xtd::int32 | xtd::math | static |
| div_rem(xtd::int64 dividend, xtd::int64 divisor, xtd::int64 &remainder) -> xtd::int64 | xtd::math | static |
| e | xtd::math | static |
| epsilon | xtd::math | static |
| exp(double value) -> double | xtd::math | static |
| floor(xtd::decimal value) -> xtd::decimal | xtd::math | static |
| floor(double value) -> double | xtd::math | static |
| ieee_remainder(double dividend, double divisor) -> double | xtd::math | static |
| infinity | xtd::math | static |
| is_infinity(double value) noexcept -> bool | xtd::math | static |
| is_NaN(double value) noexcept -> bool | xtd::math | static |
| is_negative_infinity(double value) noexcept -> bool | xtd::math | static |
| is_positive_infinity(double value) noexcept -> bool | xtd::math | static |
| log(double value) -> double | xtd::math | static |
| log(double a, double new_base) -> double | xtd::math | static |
| log10(double value) -> double | xtd::math | static |
| max(xtd::byte a, xtd::byte b) noexcept -> xtd::byte | xtd::math | static |
| max(xtd::decimal a, xtd::decimal b) noexcept -> xtd::decimal | xtd::math | static |
| max(double a, double b) noexcept -> double | xtd::math | static |
| max(xtd::int16 a, xtd::int16 b) noexcept -> xtd::int16 | xtd::math | static |
| max(xtd::int32 a, xtd::int32 b) noexcept -> xtd::int32 | xtd::math | static |
| max(xtd::int64 a, xtd::int64 b) noexcept -> xtd::int64 | xtd::math | static |
| max(xtd::slong a, xtd::slong b) noexcept -> xtd::slong | xtd::math | static |
| max(xtd::sbyte a, xtd::sbyte b) noexcept -> xtd::sbyte | xtd::math | static |
| max(xtd::single a, xtd::single b) noexcept -> xtd::single | xtd::math | static |
| max(xtd::uint16 a, xtd::uint16 b) noexcept -> xtd::uint16 | xtd::math | static |
| max(xtd::uint32 a, xtd::uint32 b) noexcept -> xtd::uint32 | xtd::math | static |
| max(xtd::uint64 a, xtd::uint64 b) noexcept -> xtd::uint64 | xtd::math | static |
| max(xtd::ulong a, xtd::ulong b) noexcept -> xtd::ulong | xtd::math | static |
| max_value | xtd::math | static |
| min(xtd::byte a, xtd::byte b) noexcept -> xtd::byte | xtd::math | static |
| min(xtd::decimal a, xtd::decimal b) noexcept -> xtd::decimal | xtd::math | static |
| min(double a, double b) noexcept -> double | xtd::math | static |
| min(xtd::int16 a, xtd::int16 b) noexcept -> xtd::int16 | xtd::math | static |
| min(xtd::int32 a, xtd::int32 b) noexcept -> xtd::int32 | xtd::math | static |
| min(xtd::int64 a, xtd::int64 b) noexcept -> xtd::int64 | xtd::math | static |
| min(xtd::slong a, xtd::slong b) noexcept -> xtd::slong | xtd::math | static |
| min(xtd::sbyte a, xtd::sbyte b) noexcept -> xtd::sbyte | xtd::math | static |
| min(xtd::single a, xtd::single b) noexcept -> xtd::single | xtd::math | static |
| min(xtd::uint16 a, xtd::uint16 b) noexcept -> xtd::uint16 | xtd::math | static |
| min(xtd::uint32 a, xtd::uint32 b) noexcept -> xtd::uint32 | xtd::math | static |
| min(xtd::uint64 a, xtd::uint64 b) noexcept -> xtd::uint64 | xtd::math | static |
| min(xtd::ulong a, xtd::ulong b) noexcept -> xtd::ulong | xtd::math | static |
| min_value | xtd::math | static |
| NaN | xtd::math | static |
| negative_infinity | xtd::math | static |
| pi | xtd::math | static |
| positive_infinity | xtd::math | static |
| pow(double x, double y) -> double | xtd::math | static |
| radians_to_degrees(double radians) noexcept -> double | xtd::math | static |
| round(xtd::decimal value) -> xtd::decimal | xtd::math | static |
| round(xtd::decimal value, xtd::int32 decimals) -> xtd::decimal | xtd::math | static |
| round(double value) -> double | xtd::math | static |
| round(double value, xtd::int32 decimals) -> double | xtd::math | static |
| sign(xtd::decimal value) -> xtd::int32 | xtd::math | static |
| sign(double value) -> xtd::int32 | xtd::math | static |
| sign(xtd::int16 value) -> xtd::int32 | xtd::math | static |
| sign(xtd::int32 value) -> xtd::int32 | xtd::math | static |
| sign(xtd::int64 value) -> xtd::int32 | xtd::math | static |
| sign(xtd::slong value) -> xtd::int32 | xtd::math | static |
| sign(xtd::sbyte value) -> xtd::int32 | xtd::math | static |
| sign(xtd::single value) -> xtd::int32 | xtd::math | static |
| sin(double value) -> double | xtd::math | static |
| sinh(double value) -> double | xtd::math | static |
| sqrt(double value) -> double | xtd::math | static |
| tan(double value) -> double | xtd::math | static |
| tanh(double value) -> double | xtd::math | static |
| tau | xtd::math | static |
| truncate(xtd::decimal value) -> xtd::decimal | xtd::math | static |
| truncate(double value) -> double | xtd::math | static |