Showing content from https://en.cppreference.com/w/cpp/language/../keyword/../numeric/math.html below:
Common mathematical functions - cppreference.com
computes absolute value of an integral value (\(\small{|x|}\)|x|)
(function) [edit] computes quotient and remainder of integer division
(function) [edit] computes absolute value of an integral value (\(\small{|x|}\)|x|)
(function) [edit] computes quotient and remainder of integer division
(function) [edit] Basic operations absolute value of a floating point value (\(\small{|x|}\)|x|)
(function) [edit] remainder of the floating point division operation
(function) [edit] signed remainder of the division operation
(function) [edit] signed remainder as well as the three last bits of the division operation
(function) [edit] fused multiply-add operation
(function) [edit] larger of two floating-point values
(function) [edit] smaller of two floating point values
(function) [edit] positive difference of two floating point values (\({\small\max{(0, x-y)}}\)max(0, x-y))
(function) [edit] not-a-number (NaN)
(function) [edit] Exponential functions returns e raised to the given power (\({\small e^x}\)ex)
(function) [edit] returns 2 raised to the given power (\({\small 2^x}\)2x)
(function) [edit] returns e raised to the given power, minus 1 (\({\small e^x-1}\)ex-1)
(function) [edit] computes natural (base e) logarithm (\({\small\ln{x}}\)ln(x))
(function) [edit] computes common (base 10) logarithm (\({\small\log_{10}{x}}\)log10(x))
(function) [edit] base 2 logarithm of the given number (\({\small\log_{2}{x}}\)log2(x))
(function) [edit] natural logarithm (to base e) of 1 plus the given number (\({\small\ln{(1+x)}}\)ln(1+x))
(function) [edit] Power functions raises a number to the given power (\(\small{x^y}\)xy)
(function) [edit] computes square root (\(\small{\sqrt{x}}\)âx)
(function) [edit] computes cube root (\(\small{\sqrt[3]{x}}\)3âx)
(function) [edit] computes hypotenuse \(\scriptsize{\sqrt{x^2+y^2}}\)âx2
+y2
and \(\scriptsize{\sqrt{x^2+y^2+z^2}}\)âx2
+y2
+z2
(since C++17)
(function) [edit] Trigonometric functions computes sine (\({\small\sin{x}}\)sin(x))
(function) [edit] computes cosine (\({\small\cos{x}}\)cos(x))
(function) [edit] computes tangent (\({\small\tan{x}}\)tan(x))
(function) [edit] computes arc sine (\({\small\arcsin{x}}\)arcsin(x))
(function) [edit] computes arc cosine (\({\small\arccos{x}}\)arccos(x))
(function) [edit] computes arc tangent (\({\small\arctan{x}}\)arctan(x))
(function) [edit] arc tangent, using signs to determine quadrants
(function) [edit] Hyperbolic functions computes hyperbolic sine (\({\small\sinh{x}}\)sinh(x))
(function) [edit] computes hyperbolic cosine (\({\small\cosh{x}}\)cosh(x))
(function) [edit] computes hyperbolic tangent (\({\small\tanh{x}}\)tanh(x))
(function) [edit] computes the inverse hyperbolic sine (\({\small\operatorname{arsinh}{x}}\)arsinh(x))
(function) [edit] computes the inverse hyperbolic cosine (\({\small\operatorname{arcosh}{x}}\)arcosh(x))
(function) [edit] computes the inverse hyperbolic tangent (\({\small\operatorname{artanh}{x}}\)artanh(x))
(function) [edit] Error and gamma functions error function
(function) [edit] complementary error function
(function) [edit] gamma function
(function) [edit] natural logarithm of the gamma function
(function) [edit] Nearest integer floating point operations nearest integer not less than the given value
(function) [edit] nearest integer not greater than the given value
(function) [edit] nearest integer not greater in magnitude than the given value
(function) [edit]
(C++11)(C++11)(C++11)(C++11)(C++11)(C++11)(C++11)(C++11)(C++11)
nearest integer, rounding away from zero in halfway cases
(function) [edit] nearest integer using current rounding mode
(function) [edit]
(C++11)(C++11)(C++11)(C++11)(C++11)(C++11)(C++11)(C++11)(C++11)
nearest integer using current rounding mode with
exception if the result differs
(function) [edit] Floating point manipulation functions decomposes a number into significand and base-2 exponent
(function) [edit] multiplies a number by 2 raised to an integral power
(function) [edit] decomposes a number into integer and fractional parts
(function) [edit]
(C++11)(C++11)(C++11)(C++11)(C++11)(C++11)
multiplies a number by FLT_RADIX raised to a power
(function) [edit] extracts exponent of the number
(function) [edit] extracts exponent of the number
(function) [edit]
(C++11)(C++11)(C++11)(C++11)(C++11)(C++11)
next representable floating-point value towards the given value
(function) [edit] copies the sign of a floating point value
(function) [edit] Classification and comparison categorizes the given floating-point value
(function) [edit] checks if the given number has finite value
(function) [edit] checks if the given number is infinite
(function) [edit] checks if the given number is NaN
(function) [edit] checks if the given number is normal
(function) [edit] checks if the given number is negative
(function) [edit] checks if the first floating-point argument is greater than the second
(function) [edit] checks if the first floating-point argument is greater or equal than the second
(function) [edit] checks if the first floating-point argument is less than the second
(function) [edit] checks if the first floating-point argument is less or equal than the second
(function) [edit] checks if the first floating-point argument is less or greater than the second
(function) [edit] checks if two floating-point values are unordered
(function) [edit]
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4