Skip to content

Commit 214a192

Browse files
[libc] finish documenting c23 additions
Such as stdlib.h and tgmath.h
1 parent c371ee9 commit 214a192

File tree

1 file changed

+51
-1
lines changed

1 file changed

+51
-1
lines changed

libc/docs/c23.rst

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,59 @@ Additions:
107107
* unreachable
108108
* stdlib.h
109109

110+
* strfromd
111+
* strfromf
112+
* strfroml
110113
* free_sized
111114
* free_aligned_sized
112115
* memalignment
113116
* tgmath.h
114117

115-
* <TODO>
118+
* acospi
119+
* asinpi
120+
* atan2pi
121+
* atanpi
122+
* compoundn
123+
* cospi
124+
* erf
125+
* exp10m1
126+
* exp10
127+
* exp2m1
128+
* fmaximum
129+
* fmaximum_mag
130+
* fmaximum_num
131+
* fmaximum_mag_num
132+
* fminimum
133+
* fminimum_mag
134+
* fminimum_num
135+
* fminimum_mag_num
136+
* fromfpx
137+
* fromfp
138+
* llogb
139+
* log10p1
140+
* log2p1
141+
* logp1
142+
* nextdown
143+
* nextup
144+
* pown
145+
* powr
146+
* rootn
147+
* roundeven
148+
* rsqrt
149+
* scalbn
150+
* sinpi
151+
* tanpi
152+
* ufromfpx
153+
* ufromfp
154+
* fadd
155+
* dadd
156+
* fsub
157+
* dsub
158+
* fmul
159+
* dmul
160+
* fdiv
161+
* ddiv
162+
* ffma
163+
* dfma
164+
* fsqrt
165+
* dsqrt

0 commit comments

Comments
 (0)