Skip to content

[libc][docs] add missing c99 docs #119239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
227 changes: 227 additions & 0 deletions libc/docs/headers/float.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,227 @@
.. include:: ../check.rst

=======
float.h
=======

Macros
======

.. list-table::
:widths: auto
:align: center
:header-rows: 1

* - Macro
- Implemented
- C23 Standard Section
- POSIX.1-2024 Standard Section
* - DBL_DECIMAL_DIG
- |check|
- 5.3.5.3.3
-
* - DBL_DIG
- |check|
- 5.3.5.3.3
-
* - DBL_EPSILON
- |check|
- 5.3.5.3.3
-
* - DBL_HAS_SUBNORM
- |check|
- 5.3.5.3.3
-
* - DBL_IS_IEC_60559
-
- 5.3.5.3.3
-
* - DBL_MANT_DIG
- |check|
- 5.3.5.3.3
-
* - DBL_MAX
- |check|
- 5.3.5.3.3
-
* - DBL_MAX_10_EXP
- |check|
- 5.3.5.3.3
-
* - DBL_MAX_EXP
- |check|
- 5.3.5.3.3
-
* - DBL_MIN
- |check|
- 5.3.5.3.3
-
* - DBL_MIN_10_EXP
- |check|
- 5.3.5.3.3
-
* - DBL_MIN_EXP
- |check|
- 5.3.5.3.3
-
* - DBL_NORM_MAX
-
- 5.3.5.3.3
-
* - DBL_SNAN
-
- 5.3.5.3.3
-
* - DBL_TRUE_MIN
- |check|
- 5.3.5.3.3
-
* - DECIMAL_DIG
- |check|
- 5.3.5.3.3
-
* - FLT_DECIMAL_DIG
- |check|
- 5.3.5.3.3
-
* - FLT_DIG
- |check|
- 5.3.5.3.3
-
* - FLT_EPSILON
- |check|
- 5.3.5.3.3
-
* - FLT_EVAL_METHOD
- |check|
- 5.3.5.3.3
-
* - FLT_HAS_SUBNORM
- |check|
- 5.3.5.3.3
-
* - FLT_IS_IEC_60559
-
- 5.3.5.3.3
-
* - FLT_MANT_DIG
- |check|
- 5.3.5.3.3
-
* - FLT_MAX
- |check|
- 5.3.5.3.3
-
* - FLT_MAX_10_EXP
- |check|
- 5.3.5.3.3
-
* - FLT_MAX_EXP
- |check|
- 5.3.5.3.3
-
* - FLT_MIN
- |check|
- 5.3.5.3.3
-
* - FLT_MIN_10_EXP
- |check|
- 5.3.5.3.3
-
* - FLT_MIN_EXP
- |check|
- 5.3.5.3.3
-
* - FLT_NORM_MAX
-
- 5.3.5.3.3
-
* - FLT_RADIX
- |check|
- 5.3.5.3.3
-
* - FLT_ROUNDS
- |check|
- 5.3.5.3.3
-
* - FLT_SNAN
-
- 5.3.5.3.3
-
* - FLT_TRUE_MIN
- |check|
- 5.3.5.3.3
-
* - INFINITY
-
- 5.3.5.3.3
-
* - LDBL_DECIMAL_DIG
- |check|
- 5.3.5.3.3
-
* - LDBL_DIG
- |check|
- 5.3.5.3.3
-
* - LDBL_EPSILON
- |check|
- 5.3.5.3.3
-
* - LDBL_HAS_SUBNORM
- |check|
- 5.3.5.3.3
-
* - LDBL_IS_IEC_60559
-
- 5.3.5.3.3
-
* - LDBL_MANT_DIG
- |check|
- 5.3.5.3.3
-
* - LDBL_MAX
- |check|
- 5.3.5.3.3
-
* - LDBL_MAX_10_EXP
- |check|
- 5.3.5.3.3
-
* - LDBL_MAX_EXP
- |check|
- 5.3.5.3.3
-
* - LDBL_MIN
- |check|
- 5.3.5.3.3
-
* - LDBL_MIN_10_EXP
- |check|
- 5.3.5.3.3
-
* - LDBL_MIN_EXP
- |check|
- 5.3.5.3.3
-
* - LDBL_NORM_MAX
-
- 5.3.5.3.3
-
* - LDBL_SNAN
-
- 5.3.5.3.3
-
* - LDBL_TRUE_MIN
- |check|
- 5.3.5.3.3
-
* - NAN
-
- 5.3.5.3.3
-
* - __STDC_VERSION_FLOAT_H__
-
- 7.7
-

3 changes: 3 additions & 0 deletions libc/docs/headers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Implementation Status
ctype
errno
fenv
float
locale
math/index.rst
search
Expand All @@ -20,3 +21,5 @@ Implementation Status
threads
time
uchar
wchar
wctype
Loading
Loading