René's URL Explorer Experiment


Title: Common mathematical functions - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: en.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://en.cppreference.com/
Create accounthttps://en.cppreference.com/index.php?title=Special:CreateAccount&returnto=cpp%2Fnumeric%2Fmath
Log inhttps://en.cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Fnumeric%2Fmath
Pagehttps://en.cppreference.com/cpp/numeric/math
Discussionhttps://en.cppreference.com/Talk:cpp/numeric/math
https://en.cppreference.com/cpp/numeric/math
Readhttps://en.cppreference.com/cpp/numeric/math
View sourcehttps://en.cppreference.com/index.php?title=cpp/numeric/math&action=edit
View historyhttps://en.cppreference.com/index.php?title=cpp/numeric/math&action=history
https://en.cppreference.com/cpp/numeric/math
cpphttps://en.cppreference.com/cpp
numerichttps://en.cppreference.com/cpp/numeric
C++https://en.cppreference.com/cpp
Compiler supporthttps://en.cppreference.com/cpp/compiler_support
Freestanding and hostedhttps://en.cppreference.com/cpp/freestanding
Languagehttps://en.cppreference.com/cpp/language
Standard libraryhttps://en.cppreference.com/cpp/standard_library
Standard library headershttps://en.cppreference.com/cpp/header
Named requirementshttps://en.cppreference.com/cpp/named_req
Feature test macroshttps://en.cppreference.com/cpp/feature_test
Language support libraryhttps://en.cppreference.com/cpp/utility#Language_support
Concepts libraryhttps://en.cppreference.com/cpp/concepts
Diagnostics libraryhttps://en.cppreference.com/cpp/error
Memory management libraryhttps://en.cppreference.com/cpp/memory
Metaprogramming libraryhttps://en.cppreference.com/cpp/meta
General utilities libraryhttps://en.cppreference.com/cpp/utility
Containers libraryhttps://en.cppreference.com/cpp/container
Iterators libraryhttps://en.cppreference.com/cpp/iterator
Ranges libraryhttps://en.cppreference.com/cpp/ranges
Algorithms libraryhttps://en.cppreference.com/cpp/algorithm
Strings libraryhttps://en.cppreference.com/cpp/string
Text processing libraryhttps://en.cppreference.com/cpp/text
Numerics libraryhttps://en.cppreference.com/cpp/numeric
Date and time libraryhttps://en.cppreference.com/cpp/chrono
Input/output libraryhttps://en.cppreference.com/cpp/io
Filesystem libraryhttps://en.cppreference.com/cpp/filesystem
Concurrency support libraryhttps://en.cppreference.com/cpp/thread
Execution control libraryhttps://en.cppreference.com/cpp/execution
Technical specificationshttps://en.cppreference.com/cpp/experimental
Symbols indexhttps://en.cppreference.com/cpp/symbol_index
External librarieshttps://en.cppreference.com/cpp/links/libs
[edit]https://cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
Numerics libraryhttps://en.cppreference.com/cpp/numeric
Mathematical special functionshttps://en.cppreference.com/cpp/numeric/special_functions
Mathematical constantshttps://en.cppreference.com/cpp/numeric/constants
Basic linear algebra algorithmshttps://en.cppreference.com/cpp/numeric/linalg
Data-parallel types (SIMD)https://en.cppreference.com/cpp/numeric/simd
Floating-point environmenthttps://en.cppreference.com/cpp/numeric/fenv
Complex numbershttps://en.cppreference.com/cpp/numeric/complex
Numeric array (valarray)https://en.cppreference.com/cpp/numeric/valarray
Pseudo-random number generationhttps://en.cppreference.com/cpp/numeric/random
Bit manipulationhttps://en.cppreference.com/cpp/utility/bit
Saturation arithmetichttps://en.cppreference.com/cpp/numeric#Saturation_arithmetic
Factor operationshttps://en.cppreference.com/cpp/numeric#Factor_operations
gcdhttps://en.cppreference.com/cpp/numeric/gcd
lcmhttps://en.cppreference.com/cpp/numeric/lcm
Interpolationshttps://en.cppreference.com/cpp/numeric#Interpolation_operations
midpointhttps://en.cppreference.com/cpp/numeric/midpoint
lerphttps://en.cppreference.com/cpp/numeric/lerp
Generic numeric operationshttps://en.cppreference.com/cpp/numeric#Numeric_operations
iotahttps://en.cppreference.com/cpp/algorithm/iota
ranges::iotahttps://en.cppreference.com/cpp/algorithm/ranges/iota
accumulatehttps://en.cppreference.com/cpp/algorithm/accumulate
inner_producthttps://en.cppreference.com/cpp/algorithm/inner_product
adjacent_differencehttps://en.cppreference.com/cpp/algorithm/adjacent_difference
partial_sumhttps://en.cppreference.com/cpp/algorithm/partial_sum
reducehttps://en.cppreference.com/cpp/algorithm/reduce
transform_reducehttps://en.cppreference.com/cpp/algorithm/transform_reduce
inclusive_scanhttps://en.cppreference.com/cpp/algorithm/inclusive_scan
exclusive_scanhttps://en.cppreference.com/cpp/algorithm/exclusive_scan
transform_inclusive_scanhttps://en.cppreference.com/cpp/algorithm/transform_inclusive_scan
transform_exclusive_scanhttps://en.cppreference.com/cpp/algorithm/transform_exclusive_scan
C-style checked integer arithmetichttps://en.cppreference.com/cpp/numeric#Checked_integer_arithmetic
ckd_addhttps://en.cppreference.com/cpp/numeric/ckd_add
ckd_subhttps://en.cppreference.com/cpp/numeric/ckd_sub
ckd_mulhttps://en.cppreference.com/cpp/numeric/ckd_mul
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/navbar_content&action=edit
Functionshttps://en.cppreference.com/cpp/numeric/math#Functions
Basic operationshttps://en.cppreference.com/cpp/numeric/math#Basic_operations
abs(int)labsllabsimaxabshttps://en.cppreference.com/cpp/numeric/math/abs
abs(float)fabshttps://en.cppreference.com/cpp/numeric/math/fabs
divldivlldivimaxdivhttps://en.cppreference.com/cpp/numeric/math/div
fmodhttps://en.cppreference.com/cpp/numeric/math/fmod
remainderhttps://en.cppreference.com/cpp/numeric/math/remainder
remquohttps://en.cppreference.com/cpp/numeric/math/remquo
fmahttps://en.cppreference.com/cpp/numeric/math/fma
fmaxhttps://en.cppreference.com/cpp/numeric/math/fmax
fminhttps://en.cppreference.com/cpp/numeric/math/fmin
fdimhttps://en.cppreference.com/cpp/numeric/math/fdim
nannanfnanlhttps://en.cppreference.com/cpp/numeric/math/nan
Exponential functionshttps://en.cppreference.com/cpp/numeric/math#Exponential_functions
exphttps://en.cppreference.com/cpp/numeric/math/exp
exp2https://en.cppreference.com/cpp/numeric/math/exp2
expm1https://en.cppreference.com/cpp/numeric/math/expm1
loghttps://en.cppreference.com/cpp/numeric/math/log
log10https://en.cppreference.com/cpp/numeric/math/log10
log1phttps://en.cppreference.com/cpp/numeric/math/log1p
log2https://en.cppreference.com/cpp/numeric/math/log2
Power functionshttps://en.cppreference.com/cpp/numeric/math#Power_functions
sqrthttps://en.cppreference.com/cpp/numeric/math/sqrt
cbrthttps://en.cppreference.com/cpp/numeric/math/cbrt
hypothttps://en.cppreference.com/cpp/numeric/math/hypot
powhttps://en.cppreference.com/cpp/numeric/math/pow
Trigonometrichttps://en.cppreference.com/cpp/numeric/math#Trigonometric_functions
hyperbolic functionshttps://en.cppreference.com/cpp/numeric/math#Hyperbolic_functions
sinhttps://en.cppreference.com/cpp/numeric/math/sin
coshttps://en.cppreference.com/cpp/numeric/math/cos
tanhttps://en.cppreference.com/cpp/numeric/math/tan
asinhttps://en.cppreference.com/cpp/numeric/math/asin
acoshttps://en.cppreference.com/cpp/numeric/math/acos
atanhttps://en.cppreference.com/cpp/numeric/math/atan
atan2https://en.cppreference.com/cpp/numeric/math/atan2
sinhhttps://en.cppreference.com/cpp/numeric/math/sinh
coshhttps://en.cppreference.com/cpp/numeric/math/cosh
tanhhttps://en.cppreference.com/cpp/numeric/math/tanh
asinhhttps://en.cppreference.com/cpp/numeric/math/asinh
acoshhttps://en.cppreference.com/cpp/numeric/math/acosh
atanhhttps://en.cppreference.com/cpp/numeric/math/atanh
Error and gamma functionshttps://en.cppreference.com/cpp/numeric/math#Error_and_gamma_functions
erfhttps://en.cppreference.com/cpp/numeric/math/erf
erfchttps://en.cppreference.com/cpp/numeric/math/erfc
lgammahttps://en.cppreference.com/cpp/numeric/math/lgamma
tgammahttps://en.cppreference.com/cpp/numeric/math/tgamma
Nearest integer floating point operationshttps://en.cppreference.com/cpp/numeric/math#Nearest_integer_floating_point_operations
ceilhttps://en.cppreference.com/cpp/numeric/math/ceil
floorhttps://en.cppreference.com/cpp/numeric/math/floor
roundlroundllroundhttps://en.cppreference.com/cpp/numeric/math/round
trunchttps://en.cppreference.com/cpp/numeric/math/trunc
nearbyinthttps://en.cppreference.com/cpp/numeric/math/nearbyint
rintlrintllrinthttps://en.cppreference.com/cpp/numeric/math/rint
Floating point manipulation functionshttps://en.cppreference.com/cpp/numeric/math#Floating_point_manipulation_functions
frexphttps://en.cppreference.com/cpp/numeric/math/frexp
modfhttps://en.cppreference.com/cpp/numeric/math/modf
scalbnscalblnhttps://en.cppreference.com/cpp/numeric/math/scalbn
ilogbhttps://en.cppreference.com/cpp/numeric/math/ilogb
logbhttps://en.cppreference.com/cpp/numeric/math/logb
ldexphttps://en.cppreference.com/cpp/numeric/math/ldexp
nextafternexttowardhttps://en.cppreference.com/cpp/numeric/math/nextafter
nextupnextdownhttps://en.cppreference.com/index.php?title=cpp/numeric/math/nextup&action=edit&redlink=1
copysignhttps://en.cppreference.com/cpp/numeric/math/copysign
Classification and comparisonhttps://en.cppreference.com/cpp/numeric/math#Classification_and_comparison
fpclassifyhttps://en.cppreference.com/cpp/numeric/math/fpclassify
isfinitehttps://en.cppreference.com/cpp/numeric/math/isfinite
isinfhttps://en.cppreference.com/cpp/numeric/math/isinf
isnanhttps://en.cppreference.com/cpp/numeric/math/isnan
isnormalhttps://en.cppreference.com/cpp/numeric/math/isnormal
signbithttps://en.cppreference.com/cpp/numeric/math/signbit
isgreaterhttps://en.cppreference.com/cpp/numeric/math/isgreater
isgreaterequalhttps://en.cppreference.com/cpp/numeric/math/isgreaterequal
islesshttps://en.cppreference.com/cpp/numeric/math/isless
islessequalhttps://en.cppreference.com/cpp/numeric/math/islessequal
islessgreaterhttps://en.cppreference.com/cpp/numeric/math/islessgreater
isunorderedhttps://en.cppreference.com/cpp/numeric/math/isunordered
Typeshttps://en.cppreference.com/cpp/numeric/math#Types
div_thttps://en.cppreference.com/cpp/numeric/math/div
ldiv_thttps://en.cppreference.com/cpp/numeric/math/div
lldiv_thttps://en.cppreference.com/cpp/numeric/math/div
imaxdiv_thttps://en.cppreference.com/cpp/numeric/math/div
float_thttps://en.cppreference.com/cpp/numeric/math#Types
double_thttps://en.cppreference.com/cpp/numeric/math#Types
Macro constantshttps://en.cppreference.com/cpp/numeric/math#Macro_constants
HUGE_VALFHUGE_VALHUGE_VALLhttps://en.cppreference.com/cpp/numeric/math/HUGE_VAL
INFINITYhttps://en.cppreference.com/cpp/numeric/math/INFINITY
NANhttps://en.cppreference.com/cpp/numeric/math/NAN
FLT_SNANDBL_SNANLDBL_SNANhttps://en.cppreference.com/index.php?title=cpp/types/climits/SNAN&action=edit&redlink=1
math_errhandlingMATH_ERRNOMATH_ERREXCEPThttps://en.cppreference.com/cpp/numeric/math/math_errhandling
Classificationhttps://en.cppreference.com/cpp/numeric/math#Classification
FP_NORMALFP_SUBNORMALFP_ZEROFP_INFINITEFP_NANhttps://en.cppreference.com/cpp/numeric/math/FP_categories
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/navbar_content&action=edit
1 Functionshttps://en.cppreference.com/cpp/numeric/math#Functions
1.1 Basic operationshttps://en.cppreference.com/cpp/numeric/math#Basic_operations
1.2 Exponential functionshttps://en.cppreference.com/cpp/numeric/math#Exponential_functions
1.3 Power functionshttps://en.cppreference.com/cpp/numeric/math#Power_functions
1.4 Trigonometric functionshttps://en.cppreference.com/cpp/numeric/math#Trigonometric_functions
1.5 Hyperbolic functionshttps://en.cppreference.com/cpp/numeric/math#Hyperbolic_functions
1.6 Error and gamma functionshttps://en.cppreference.com/cpp/numeric/math#Error_and_gamma_functions
1.7 Nearest integer floating point operationshttps://en.cppreference.com/cpp/numeric/math#Nearest_integer_floating_point_operations
1.8 Floating point manipulation functionshttps://en.cppreference.com/cpp/numeric/math#Floating_point_manipulation_functions
1.9 Classification and comparisonhttps://en.cppreference.com/cpp/numeric/math#Classification_and_comparison
2 Typeshttps://en.cppreference.com/cpp/numeric/math#Types
3 Macro constantshttps://en.cppreference.com/cpp/numeric/math#Macro_constants
3.1 Classificationhttps://en.cppreference.com/cpp/numeric/math#Classification
4 Noteshttps://en.cppreference.com/cpp/numeric/math#Notes
5 See alsohttps://en.cppreference.com/cpp/numeric/math#See_also
https://en.cppreference.com/cpp/header/cstdlib
abs(int)labsllabshttps://en.cppreference.com/cpp/numeric/math/abs
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_abs&action=edit
div(int)ldivlldivhttps://en.cppreference.com/cpp/numeric/math/div
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_div&action=edit
https://en.cppreference.com/cpp/header/cinttypes
abs(std::intmax_t)imaxabshttps://en.cppreference.com/cpp/numeric/math/abs
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_imaxabs&action=edit
div(std::intmax_t)imaxdivhttps://en.cppreference.com/cpp/numeric/math/div
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_imaxdiv&action=edit
https://en.cppreference.com/cpp/header/cmath
abs(float)fabsfabsffabslhttps://en.cppreference.com/cpp/numeric/math/fabs
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_fabs&action=edit
fmodfmodffmodlhttps://en.cppreference.com/cpp/numeric/math/fmod
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_fmod&action=edit
remainderremainderfremainderlhttps://en.cppreference.com/cpp/numeric/math/remainder
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_remainder&action=edit
remquoremquofremquolhttps://en.cppreference.com/cpp/numeric/math/remquo
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_remquo&action=edit
fmafmaffmalhttps://en.cppreference.com/cpp/numeric/math/fma
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_fma&action=edit
fmaxfmaxffmaxlhttps://en.cppreference.com/cpp/numeric/math/fmax
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_fmax&action=edit
fminfminffminlhttps://en.cppreference.com/cpp/numeric/math/fmin
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_fmin&action=edit
fdimfdimffdimlhttps://en.cppreference.com/cpp/numeric/math/fdim
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_fdim&action=edit
nannanfnanlhttps://en.cppreference.com/cpp/numeric/math/nan
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_fnan&action=edit
expexpfexplhttps://en.cppreference.com/cpp/numeric/math/exp
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_exp&action=edit
exp2exp2fexp2lhttps://en.cppreference.com/cpp/numeric/math/exp2
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_exp2&action=edit
expm1expm1fexpm1lhttps://en.cppreference.com/cpp/numeric/math/expm1
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_expm1&action=edit
loglogfloglhttps://en.cppreference.com/cpp/numeric/math/log
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_log&action=edit
log10log10flog10lhttps://en.cppreference.com/cpp/numeric/math/log10
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_log10&action=edit
log2log2flog2lhttps://en.cppreference.com/cpp/numeric/math/log2
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_log2&action=edit
log1plog1pflog1plhttps://en.cppreference.com/cpp/numeric/math/log1p
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_log1p&action=edit
powpowfpowlhttps://en.cppreference.com/cpp/numeric/math/pow
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_pow&action=edit
sqrtsqrtfsqrtlhttps://en.cppreference.com/cpp/numeric/math/sqrt
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_sqrt&action=edit
cbrtcbrtfcbrtlhttps://en.cppreference.com/cpp/numeric/math/cbrt
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_cbrt&action=edit
hypothypotfhypotlhttps://en.cppreference.com/cpp/numeric/math/hypot
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_hypot&action=edit
sinsinfsinlhttps://en.cppreference.com/cpp/numeric/math/sin
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_sin&action=edit
coscosfcoslhttps://en.cppreference.com/cpp/numeric/math/cos
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_cos&action=edit
tantanftanlhttps://en.cppreference.com/cpp/numeric/math/tan
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_tan&action=edit
asinasinfasinlhttps://en.cppreference.com/cpp/numeric/math/asin
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_asin&action=edit
acosacosfacoslhttps://en.cppreference.com/cpp/numeric/math/acos
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_acos&action=edit
atanatanfatanlhttps://en.cppreference.com/cpp/numeric/math/atan
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_atan&action=edit
atan2atan2fatan2lhttps://en.cppreference.com/cpp/numeric/math/atan2
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_atan2&action=edit
sinhsinhfsinhlhttps://en.cppreference.com/cpp/numeric/math/sinh
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_sinh&action=edit
coshcoshfcoshlhttps://en.cppreference.com/cpp/numeric/math/cosh
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_cosh&action=edit
tanhtanhftanhlhttps://en.cppreference.com/cpp/numeric/math/tanh
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_tanh&action=edit
asinhasinhfasinhlhttps://en.cppreference.com/cpp/numeric/math/asinh
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_asinh&action=edit
acoshacoshfacoshlhttps://en.cppreference.com/cpp/numeric/math/acosh
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_acosh&action=edit
atanhatanhfatanhlhttps://en.cppreference.com/cpp/numeric/math/atanh
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_atanh&action=edit
erferfferflhttps://en.cppreference.com/cpp/numeric/math/erf
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_erf&action=edit
erfcerfcferfclhttps://en.cppreference.com/cpp/numeric/math/erfc
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_erfc&action=edit
tgammatgammaftgammalhttps://en.cppreference.com/cpp/numeric/math/tgamma
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_tgamma&action=edit
lgammalgammaflgammalhttps://en.cppreference.com/cpp/numeric/math/lgamma
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_lgamma&action=edit
ceilceilfceillhttps://en.cppreference.com/cpp/numeric/math/ceil
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_ceil&action=edit
floorfloorffloorlhttps://en.cppreference.com/cpp/numeric/math/floor
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_floor&action=edit
trunctruncftrunclhttps://en.cppreference.com/cpp/numeric/math/trunc
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_trunc&action=edit
roundroundfroundllroundlroundflroundlllroundllroundfllroundlhttps://en.cppreference.com/cpp/numeric/math/round
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_round&action=edit
nearbyintnearbyintfnearbyintlhttps://en.cppreference.com/cpp/numeric/math/nearbyint
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_nearbyint&action=edit
rintrintfrintllrintlrintflrintlllrintllrintfllrintlhttps://en.cppreference.com/cpp/numeric/math/rint
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_rint&action=edit
frexpfrexpffrexplhttps://en.cppreference.com/cpp/numeric/math/frexp
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_frexp&action=edit
ldexpldexpfldexplhttps://en.cppreference.com/cpp/numeric/math/ldexp
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_ldexp&action=edit
modfmodffmodflhttps://en.cppreference.com/cpp/numeric/math/modf
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_modf&action=edit
scalbnscalbnfscalbnlscalblnscalblnfscalblnlhttps://en.cppreference.com/cpp/numeric/math/scalbn
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_scalbn&action=edit
ilogbilogbfilogblhttps://en.cppreference.com/cpp/numeric/math/ilogb
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_ilogb&action=edit
logblogbflogblhttps://en.cppreference.com/cpp/numeric/math/logb
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_logb&action=edit
nextafternextafterfnextafterlnexttowardnexttowardfnexttowardlhttps://en.cppreference.com/cpp/numeric/math/nextafter
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_nextafter&action=edit
nextupnextupfnextuplnextdownnextdownfnextdownlhttps://en.cppreference.com/index.php?title=cpp/numeric/math/nextup&action=edit&redlink=1
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_nextup&action=edit
copysigncopysignfcopysignlhttps://en.cppreference.com/cpp/numeric/math/copysign
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_copysign&action=edit
fpclassifyhttps://en.cppreference.com/cpp/numeric/math/fpclassify
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_fpclassify&action=edit
isfinitehttps://en.cppreference.com/cpp/numeric/math/isfinite
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_isfinite&action=edit
isinfhttps://en.cppreference.com/cpp/numeric/math/isinf
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_isinf&action=edit
isnanhttps://en.cppreference.com/cpp/numeric/math/isnan
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_isnan&action=edit
isnormalhttps://en.cppreference.com/cpp/numeric/math/isnormal
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_isnormal&action=edit
signbithttps://en.cppreference.com/cpp/numeric/math/signbit
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_signbit&action=edit
isgreaterhttps://en.cppreference.com/cpp/numeric/math/isgreater
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_isgreater&action=edit
isgreaterequalhttps://en.cppreference.com/cpp/numeric/math/isgreaterequal
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_isgreaterequal&action=edit
islesshttps://en.cppreference.com/cpp/numeric/math/isless
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_isless&action=edit
islessequalhttps://en.cppreference.com/cpp/numeric/math/islessequal
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_islessequal&action=edit
islessgreaterhttps://en.cppreference.com/cpp/numeric/math/islessgreater
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_islessgreater&action=edit
isunorderedhttps://en.cppreference.com/cpp/numeric/math/isunordered
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_isunordered&action=edit
https://en.cppreference.com/cpp/header/cstdlib
div_thttps://en.cppreference.com/cpp/numeric/math/div
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_div_t&action=edit
ldiv_thttps://en.cppreference.com/cpp/numeric/math/div
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_ldiv_t&action=edit
lldiv_thttps://en.cppreference.com/cpp/numeric/math/div
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_lldiv_t&action=edit
https://en.cppreference.com/cpp/header/cinttypes
imaxdiv_thttps://en.cppreference.com/cpp/numeric/math/div
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_imaxdiv_t&action=edit
https://en.cppreference.com/cpp/header/cmath
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_float_t&action=edit
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_double_t&action=edit
https://en.cppreference.com/cpp/header/cmath
HUGE_VALFHUGE_VALHUGE_VALLhttps://en.cppreference.com/cpp/numeric/math/HUGE_VAL
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_HUGE_VAL&action=edit
math_errhandlingMATH_ERRNOMATH_ERREXCEPThttps://en.cppreference.com/cpp/numeric/math/math_errhandling
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_math_errhandling&action=edit
https://en.cppreference.com/cpp/header/cmath
https://en.cppreference.com/cpp/header/cfloat
INFINITYhttps://en.cppreference.com/cpp/numeric/math/INFINITY
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_INFINITY&action=edit
NANhttps://en.cppreference.com/cpp/numeric/math/NAN
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_NAN&action=edit
https://en.cppreference.com/cpp/header/cfloat
FLT_SNANDBL_SNANLDBL_SNANhttps://en.cppreference.com/index.php?title=cpp/types/climits/SNAN&action=edit&redlink=1
[edit]https://cppreference.com/index.php?title=Template:cpp/types/dsc_fp_SNAN&action=edit
https://en.cppreference.com/cpp/header/cmath
FP_NORMALFP_SUBNORMALFP_ZEROFP_INFINITEFP_NANhttps://en.cppreference.com/cpp/numeric/math/FP_categories
[edit]https://cppreference.com/index.php?title=Template:cpp/numeric/math/dsc_FP_categories&action=edit
Feature-testhttps://en.cppreference.com/cpp/utility/feature_test
__cpp_lib_constexpr_cmathhttps://en.cppreference.com/cpp/feature_test#cpp_lib_constexpr_cmath
202202Lhttps://en.cppreference.com/cpp/compiler_support/23#cpp_lib_constexpr_cmath_202202L
https://en.cppreference.com/cpp/header/cmath
https://en.cppreference.com/cpp/header/cstdlib
202306Lhttps://en.cppreference.com/cpp/compiler_support/26#cpp_lib_constexpr_cmath_202306L
https://en.cppreference.com/cpp/header/cmath
Mathematical special functionshttps://en.cppreference.com/cpp/numeric/special_functions
C documentationhttps://en.cppreference.com/c/numeric/math
Support ushttp://www.cppreference.com/support
Recent changeshttps://en.cppreference.com/Special:RecentChanges
FAQhttps://en.cppreference.com/Cppreference:FAQ
Offline versionhttps://en.cppreference.com/Cppreference:Archives
https://en.cppreference.com/cpp/numeric/math
What links herehttps://en.cppreference.com/Special:WhatLinksHere/cpp/numeric/math
Related changeshttps://en.cppreference.com/Special:RecentChangesLinked/cpp/numeric/math
Upload filehttp://upload.cppreference.com/w/Special:Upload
Special pageshttps://en.cppreference.com/Special:SpecialPages
Printable versionjavascript:print();
Permanent linkhttps://en.cppreference.com/index.php?title=cpp/numeric/math&oldid=185464
Page informationhttps://en.cppreference.com/index.php?title=cpp/numeric/math&action=info
Češtinahttps://cs.cppreference.com/cpp/numeric/math
Deutschhttps://de.cppreference.com/cpp/numeric/math
Españolhttp://es.cppreference.com/cpp/numeric/math
Françaishttp://fr.cppreference.com/cpp/numeric/math
Italianohttp://it.cppreference.com/cpp/numeric/math
日本語http://ja.cppreference.com/cpp/numeric/math
Polskihttp://pl.cppreference.com/cpp/numeric/math
Portuguêshttp://pt.cppreference.com/cpp/numeric/math
Русскийhttp://ru.cppreference.com/cpp/numeric/math
Türkçehttp://tr.cppreference.com/cpp/numeric/math
中文http://zh.cppreference.com/cpp/numeric/math

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.