René's URL Explorer Experiment


Title: 数学特殊函数 (C++17 起) - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: zh.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://zh.cppreference.com/
创建账号https://zh.cppreference.com/index.php?title=Special:%E5%88%9B%E5%BB%BA%E8%B4%A6%E6%88%B7&returnto=cpp%2Fnumeric%2Fspecial+functions
登录https://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=cpp%2Fnumeric%2Fspecial+functions
页面https://zh.cppreference.com/cpp/numeric/special_functions
讨论https://zh.cppreference.com/index.php?title=Talk:cpp/numeric/special_functions&action=edit&redlink=1
https://zh.cppreference.com/cpp/numeric/special_functions
不转换https://zh.cppreference.com/index.php?title=cpp/numeric/special_functions&variant=zh
简体https://zh.cppreference.com/index.php?title=cpp/numeric/special_functions&variant=zh-hans
繁體https://zh.cppreference.com/index.php?title=cpp/numeric/special_functions&variant=zh-hant
大陆简体https://zh.cppreference.com/index.php?title=cpp/numeric/special_functions&variant=zh-cn
香港繁體https://zh.cppreference.com/index.php?title=cpp/numeric/special_functions&variant=zh-hk
澳門繁體https://zh.cppreference.com/index.php?title=cpp/numeric/special_functions&variant=zh-mo
大马简体https://zh.cppreference.com/index.php?title=cpp/numeric/special_functions&variant=zh-my
新加坡简体https://zh.cppreference.com/index.php?title=cpp/numeric/special_functions&variant=zh-sg
臺灣正體https://zh.cppreference.com/index.php?title=cpp/numeric/special_functions&variant=zh-tw
阅读https://zh.cppreference.com/cpp/numeric/special_functions
查看源代码https://zh.cppreference.com/index.php?title=cpp/numeric/special_functions&action=edit
查看历史https://zh.cppreference.com/index.php?title=cpp/numeric/special_functions&action=history
https://zh.cppreference.com/cpp/numeric/special_functions
cpphttps://zh.cppreference.com/cpp
numerichttps://zh.cppreference.com/cpp/numeric
C++https://zh.cppreference.com/cpp
编译器支持https://zh.cppreference.com/cpp/compiler_support
自立实现与有宿主实现https://zh.cppreference.com/cpp/freestanding
语言https://zh.cppreference.com/cpp/language
标准库https://zh.cppreference.com/cpp/standard_library
标准库标头https://zh.cppreference.com/cpp/header
具名要求https://zh.cppreference.com/cpp/named_req
功能特性测试宏https://zh.cppreference.com/cpp/feature_test
语言支持库https://zh.cppreference.com/cpp/utility#语言支持
概念库https://zh.cppreference.com/cpp/concepts
诊断库https://zh.cppreference.com/cpp/error
内存管理库https://zh.cppreference.com/cpp/memory
元编程库https://zh.cppreference.com/cpp/meta
通用工具库https://zh.cppreference.com/cpp/utility
容器库https://zh.cppreference.com/cpp/container
迭代器库https://zh.cppreference.com/cpp/iterator
范围库https://zh.cppreference.com/cpp/ranges
算法库https://zh.cppreference.com/cpp/algorithm
字符串库https://zh.cppreference.com/cpp/string
文本处理库https://zh.cppreference.com/cpp/text
数值库https://zh.cppreference.com/cpp/numeric
日期和时间库https://zh.cppreference.com/cpp/chrono
输入/输出库https://zh.cppreference.com/cpp/io
文件系统库https://zh.cppreference.com/cpp/filesystem
并发支持库https://zh.cppreference.com/cpp/thread
执行控制库https://zh.cppreference.com/cpp/execution
技术规范https://zh.cppreference.com/cpp/experimental
符号索引https://zh.cppreference.com/cpp/symbol_index
外部库https://zh.cppreference.com/cpp/links/libs
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
数值库https://zh.cppreference.com/cpp/numeric
常用数学函数https://zh.cppreference.com/cpp/numeric/math
数学常数https://zh.cppreference.com/cpp/numeric/constants
基本线性代数算法https://zh.cppreference.com/cpp/numeric/linalg
数据并行类型(SIMD)https://zh.cppreference.com/cpp/numeric/simd
浮点数环境https://zh.cppreference.com/cpp/numeric/fenv
复数https://zh.cppreference.com/cpp/numeric/complex
数值数组 (valarray)https://zh.cppreference.com/cpp/numeric/valarray
伪随机数生成https://zh.cppreference.com/cpp/numeric/random
位操纵https://zh.cppreference.com/cpp/utility/bit
饱和算术https://zh.cppreference.com/cpp/numeric#饱和算术
因数运算https://zh.cppreference.com/cpp/numeric#因数运算
gcdhttps://zh.cppreference.com/cpp/numeric/gcd
lcmhttps://zh.cppreference.com/cpp/numeric/lcm
插值https://zh.cppreference.com/cpp/numeric#插值运算
midpointhttps://zh.cppreference.com/cpp/numeric/midpoint
lerphttps://zh.cppreference.com/cpp/numeric/lerp
泛型算术运算https://zh.cppreference.com/cpp/numeric#算术运算
iotahttps://zh.cppreference.com/cpp/algorithm/iota
ranges::iotahttps://zh.cppreference.com/cpp/algorithm/ranges/iota
accumulatehttps://zh.cppreference.com/cpp/algorithm/accumulate
inner_producthttps://zh.cppreference.com/cpp/algorithm/inner_product
adjacent_differencehttps://zh.cppreference.com/cpp/algorithm/adjacent_difference
partial_sumhttps://zh.cppreference.com/cpp/algorithm/partial_sum
reducehttps://zh.cppreference.com/cpp/algorithm/reduce
transform_reducehttps://zh.cppreference.com/cpp/algorithm/transform_reduce
inclusive_scanhttps://zh.cppreference.com/cpp/algorithm/inclusive_scan
exclusive_scanhttps://zh.cppreference.com/cpp/algorithm/exclusive_scan
transform_inclusive_scanhttps://zh.cppreference.com/cpp/algorithm/transform_inclusive_scan
transform_exclusive_scanhttps://zh.cppreference.com/cpp/algorithm/transform_exclusive_scan
C 风格带检查整数算术https://zh.cppreference.com/cpp/numeric#带检查整数算术
ckd_addhttps://zh.cppreference.com/cpp/numeric/ckd_add
ckd_subhttps://zh.cppreference.com/cpp/numeric/ckd_sub
ckd_mulhttps://zh.cppreference.com/cpp/numeric/ckd_mul
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/navbar_content&action=edit
assoc_laguerreassoc_laguerrefassoc_laguerrel https://zh.cppreference.com/cpp/numeric/special_functions/assoc_laguerre
assoc_legendreassoc_legendrefassoc_legendrelhttps://zh.cppreference.com/cpp/numeric/special_functions/assoc_legendre
betabetafbetalhttps://zh.cppreference.com/cpp/numeric/special_functions/beta
comp_ellint_1comp_ellint_1fcomp_ellint_1lhttps://zh.cppreference.com/cpp/numeric/special_functions/comp_ellint_1
comp_ellint_2comp_ellint_2fcomp_ellint_2lhttps://zh.cppreference.com/cpp/numeric/special_functions/comp_ellint_2
comp_ellint_3comp_ellint_3fcomp_ellint_3lhttps://zh.cppreference.com/cpp/numeric/special_functions/comp_ellint_3
cyl_bessel_icyl_bessel_ifcyl_bessel_ilhttps://zh.cppreference.com/cpp/numeric/special_functions/cyl_bessel_i
cyl_bessel_jcyl_bessel_jfcyl_bessel_jl https://zh.cppreference.com/cpp/numeric/special_functions/cyl_bessel_j
cyl_bessel_kcyl_bessel_kfcyl_bessel_klhttps://zh.cppreference.com/cpp/numeric/special_functions/cyl_bessel_k
cyl_neumanncyl_neumannfcyl_neumannlhttps://zh.cppreference.com/cpp/numeric/special_functions/cyl_neumann
ellint_1ellint_1fellint_1lhttps://zh.cppreference.com/cpp/numeric/special_functions/ellint_1
ellint_2ellint_2fellint_2lhttps://zh.cppreference.com/cpp/numeric/special_functions/ellint_2
ellint_3ellint_3fellint_3lhttps://zh.cppreference.com/cpp/numeric/special_functions/ellint_3
expintexpintfexpintlhttps://zh.cppreference.com/cpp/numeric/special_functions/expint
hermitehermitefhermitelhttps://zh.cppreference.com/cpp/numeric/special_functions/hermite
laguerrelaguerreflaguerrelhttps://zh.cppreference.com/cpp/numeric/special_functions/laguerre
legendrelegendreflegendrelhttps://zh.cppreference.com/cpp/numeric/special_functions/legendre
riemann_zetariemann_zetafriemann_zetalhttps://zh.cppreference.com/cpp/numeric/special_functions/riemann_zeta
sph_besselsph_besselfsph_bessellhttps://zh.cppreference.com/cpp/numeric/special_functions/sph_bessel
sph_legendresph_legendrefsph_legendrelhttps://zh.cppreference.com/cpp/numeric/special_functions/sph_legendre
sph_neumannsph_neumannfsph_neumannlhttps://zh.cppreference.com/cpp/numeric/special_functions/sph_neumann
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/navbar_content&action=edit
数学特殊函数https://zh.cppreference.com/cpp/experimental/special_functions
1 函数https://zh.cppreference.com/cpp/numeric/special_functions#函数
2 注解https://zh.cppreference.com/cpp/numeric/special_functions#注解
3 缺陷报告https://zh.cppreference.com/cpp/numeric/special_functions#缺陷报告
4 引用https://zh.cppreference.com/cpp/numeric/special_functions#引用
https://zh.cppreference.com/cpp/header/cmath
assoc_laguerreassoc_laguerrefassoc_laguerrelhttps://zh.cppreference.com/cpp/numeric/special_functions/assoc_laguerre
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/dsc_assoc_laguerre&action=edit
assoc_legendreassoc_legendrefassoc_legendrelhttps://zh.cppreference.com/cpp/numeric/special_functions/assoc_legendre
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/dsc_assoc_legendre&action=edit
betabetafbetalhttps://zh.cppreference.com/cpp/numeric/special_functions/beta
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/dsc_beta&action=edit
comp_ellint_1comp_ellint_1fcomp_ellint_1lhttps://zh.cppreference.com/cpp/numeric/special_functions/comp_ellint_1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/dsc_comp_ellint_1&action=edit
comp_ellint_2comp_ellint_2fcomp_ellint_2lhttps://zh.cppreference.com/cpp/numeric/special_functions/comp_ellint_2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/dsc_comp_ellint_2&action=edit
comp_ellint_3comp_ellint_3fcomp_ellint_3lhttps://zh.cppreference.com/cpp/numeric/special_functions/comp_ellint_3
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/dsc_comp_ellint_3&action=edit
cyl_bessel_icyl_bessel_ifcyl_bessel_ilhttps://zh.cppreference.com/cpp/numeric/special_functions/cyl_bessel_i
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/dsc_cyl_bessel_i&action=edit
cyl_bessel_jcyl_bessel_jfcyl_bessel_jlhttps://zh.cppreference.com/cpp/numeric/special_functions/cyl_bessel_j
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/dsc_cyl_bessel_j&action=edit
cyl_bessel_kcyl_bessel_kfcyl_bessel_klhttps://zh.cppreference.com/cpp/numeric/special_functions/cyl_bessel_k
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/dsc_cyl_bessel_k&action=edit
cyl_neumanncyl_neumannfcyl_neumannlhttps://zh.cppreference.com/cpp/numeric/special_functions/cyl_neumann
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/dsc_cyl_neumann&action=edit
ellint_1ellint_1fellint_1lhttps://zh.cppreference.com/cpp/numeric/special_functions/ellint_1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/dsc_ellint_1&action=edit
ellint_2ellint_2fellint_2lhttps://zh.cppreference.com/cpp/numeric/special_functions/ellint_2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/dsc_ellint_2&action=edit
ellint_3ellint_3fellint_3lhttps://zh.cppreference.com/cpp/numeric/special_functions/ellint_3
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/dsc_ellint_3&action=edit
expintexpintfexpintlhttps://zh.cppreference.com/cpp/numeric/special_functions/expint
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/dsc_expint&action=edit
hermitehermitefhermitelhttps://zh.cppreference.com/cpp/numeric/special_functions/hermite
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/dsc_hermite&action=edit
legendrelegendreflegendrelhttps://zh.cppreference.com/cpp/numeric/special_functions/legendre
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/dsc_legendre&action=edit
laguerrelaguerreflaguerrelhttps://zh.cppreference.com/cpp/numeric/special_functions/laguerre
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/dsc_laguerre&action=edit
riemann_zetariemann_zetafriemann_zetalhttps://zh.cppreference.com/cpp/numeric/special_functions/riemann_zeta
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/dsc_riemann_zeta&action=edit
sph_besselsph_besselfsph_bessellhttps://zh.cppreference.com/cpp/numeric/special_functions/sph_bessel
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/dsc_sph_bessel&action=edit
sph_legendresph_legendrefsph_legendrelhttps://zh.cppreference.com/cpp/numeric/special_functions/sph_legendre
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/dsc_sph_legendre&action=edit
sph_neumannsph_neumannfsph_neumannlhttps://zh.cppreference.com/cpp/numeric/special_functions/sph_neumann
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/special_functions/dsc_sph_neumann&action=edit
N3060https://wg21.link/N3060
LWG 问题 3234https://cplusplus.github.io/LWG/issue3234
特殊成员函数https://zh.cppreference.com/cpp/language/member_functions#特殊成员函数
功能特性测试https://zh.cppreference.com/cpp/utility/feature_test
__cpp_lib_math_special_functionshttps://zh.cppreference.com/cpp/feature_test#cpp_lib_math_special_functions
201603Lhttps://zh.cppreference.com/cpp/compiler_support/17#cpp_lib_math_special_functions_201603L
数学特殊函数https://zh.cppreference.com/cpp/numeric/special_functions#Top
LWG 3234https://cplusplus.github.io/LWG/issue3234
P1467R9https://wg21.link/P1467R9
首页https://zh.cppreference.com/%E9%A6%96%E9%A1%B5
最近更改https://zh.cppreference.com/Special:%E6%9C%80%E8%BF%91%E6%9B%B4%E6%94%B9
随机页面https://zh.cppreference.com/Special:%E9%9A%8F%E6%9C%BA%E9%A1%B5%E9%9D%A2
MediaWiki帮助https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
https://zh.cppreference.com/cpp/numeric/special_functions
链入页面https://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp/numeric/special_functions
相关更改https://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp/numeric/special_functions
上传文件http://upload.cppreference.com/w/Special:Upload
特殊页面https://zh.cppreference.com/Special:%E7%89%B9%E6%AE%8A%E9%A1%B5%E9%9D%A2
可打印版javascript:print();
固定链接https://zh.cppreference.com/index.php?title=cpp/numeric/special_functions&oldid=87438
页面信息https://zh.cppreference.com/index.php?title=cpp/numeric/special_functions&action=info
Englishhttp://en.cppreference.com/cpp/numeric/special_functions
Españolhttp://es.cppreference.com/cpp/numeric/special_functions
日本語http://ja.cppreference.com/cpp/numeric/special_functions
Русскийhttp://ru.cppreference.com/cpp/numeric/special_functions

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.