Skip to content

Commit a43fce3

Browse files
author
p12
committed
Index: add missing C++ mathematical constants
1 parent 462200b commit a43fce3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index-functions-cpp.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2569,6 +2569,14 @@
25692569
<const name="HUGE_VAL" link="cpp/numeric/math/HUGE_VAL"/>
25702570
<const name="HUGE_VALF" link="cpp/numeric/math/HUGE_VAL"/>
25712571
<const name="HUGE_VALL" link="cpp/numeric/math/HUGE_VAL"/>
2572+
2573+
<const name="INFINITY" link="cpp/numeric/math/INFINITY"/>
2574+
<const name="NAN" link="cpp/numeric/math/NAN"/>
2575+
2576+
<const name="math_errhandling" link="cpp/numeric/math/math_errhandling"/>
2577+
<const name="MATH_ERRNO" link="cpp/numeric/math/math_errhandling"/>
2578+
<const name="MATH_ERREXCEPT" link="cpp/numeric/math/math_errhandling"/>
2579+
25722580
<const name="FP_INFINITE" link="cpp/numeric/math/FP_categories"/>
25732581
<const name="FP_NAN" link="cpp/numeric/math/FP_categories"/>
25742582
<const name="FP_NORMAL" link="cpp/numeric/math/FP_categories"/>

0 commit comments

Comments
 (0)