update tables to 1.0.0
authornsz <nsz@port70.net>
Thu, 20 Mar 2014 13:17:45 +0000 (14:17 +0100)
committernsz <nsz@port70.net>
Thu, 20 Mar 2014 13:17:45 +0000 (14:17 +0100)
data/musl.problems
data/sizeof.i386.diff
data/sizeof.i386.glibc
data/sizeof.i386.musl
maketagssrc.sh
tab_c11.html
tab_c99.html
tab_posix.html

index 545c1a2..9e1b9ae 100644 (file)
@@ -21,6 +21,7 @@ nodecl        fgetws_unlocked W
 nodecl fpurge  W
 nodecl fputwc_unlocked W
 nodecl fputws_unlocked W
+proto  getc_unlocked   stdio/getc_unlocked.c   stdio.h int()(FILE*)    int(FILE*)
 proto  gethostent      network/ent.c   netdb.h void*() struct hostent*(void)
 nodecl getwc_unlocked  W
 nodecl getwchar_unlocked       W
@@ -35,6 +36,7 @@ proto posix_spawnp    process/posix_spawnp.c  spawn.h int(pid_t*restrict,const char*
 proto  pthread_equal   thread/pthread_equal.c  pthread.h       int()(pthread_t,pthread_t)      int(pthread_t,pthread_t)
 proto  pthread_getaffinity_np  sched/affinity.c        pthread.h       int(pthread_t,size_t,cpu_set_t*)        int(pthread_t,size_t,struct cpu_set_t*)
 proto  pthread_setaffinity_np  sched/affinity.c        pthread.h       int(pthread_t,size_t,const cpu_set_t*)  int(pthread_t,size_t,const struct cpu_set_t*)
+proto  putc_unlocked   stdio/putc_unlocked.c   stdio.h int()(int,FILE*)        int(int,FILE*)
 nodecl putwc_unlocked  W
 nodecl putwchar_unlocked       W
 proto  qsort   stdlib/qsort.c  stdlib.h        void(void*,size_t,size_t,)      void(void*,size_t,size_t,int(*)(const void*,const void*))
index 966c7a2..c2ee026 100644 (file)
@@ -1,33 +1,28 @@
---- data/glibc.sizeof  2014-03-10 13:41:09.259452744 +0100
-+++ data/musl.sizeof   2014-03-10 13:41:09.259452744 +0100
-@@ -209,3 +209,3 @@
- struct __res_state    512
--struct _fpstate       624
-+struct _fpstate       112
- struct _ns_flagdata   8
-@@ -223,3 +223,3 @@
+--- data/sizeof.ARCH.glibc     2014-03-20 14:16:34.540412317 +0100
++++ data/sizeof.ARCH.musl      2014-03-20 14:16:34.544412336 +0100
+@@ -222,3 +222,3 @@
  struct cmsghdr        12
 -struct crypt_data     131228
 +struct crypt_data     260
  struct dirent 276
-@@ -325,3 +325,3 @@
+@@ -324,3 +324,3 @@
  struct ns_tsig_key    2060
 -struct ntptimeval     36
 +struct ntptimeval     16
  struct option 16
-@@ -340,4 +340,4 @@
+@@ -339,4 +339,4 @@
  struct rtentry        84
 -struct rusage 72
 -struct sched_param    4
 +struct rusage 136
 +struct sched_param    28
  struct sembuf 6
-@@ -376,3 +376,3 @@
+@@ -375,3 +375,3 @@
  struct strrecvfd      20
 -struct sysinfo        64
 +struct sysinfo        312
  struct tcp_info       104
-@@ -381,3 +381,3 @@
+@@ -380,3 +380,3 @@
  struct termios        60
 -struct tftphdr        5
 +struct tftphdr        6
index 9d39979..e4a60fd 100644 (file)
@@ -207,7 +207,6 @@ struct __jmp_buf_tag        156
 struct __ns_msg        48
 struct __ns_rr 1044
 struct __res_state     512
-struct _fpstate        624
 struct _ns_flagdata    8
 struct acct    64
 struct acct_v3 64
index 910b3e0..d32a0e7 100644 (file)
@@ -207,7 +207,6 @@ struct __jmp_buf_tag        156
 struct __ns_msg        48
 struct __ns_rr 1044
 struct __res_state     512
-struct _fpstate        112
 struct _ns_flagdata    8
 struct acct    64
 struct acct_v3 64
index 3bb87f5..1fa4165 100755 (executable)
@@ -6,7 +6,7 @@ MUSL=${MUSL:-../musl}
 (
        cd $MUSL/src
 #      ctags -f /tmp/musl.tags -R -n -u --language-force=c --c-kinds=pxdstuf --fields=k --exclude='*.sh' --exclude='*o' --exclude='*.s' .
-       ctags -f /tmp/musl.tags -R -n -u --language-force=c --c-kinds=xtf --fields=k --exclude='*.sh' --exclude='*o' --exclude='*.s' .
+       ctags -f /tmp/musl.tags -R -n -u --language-force=c --c-kinds=xtf --fields=k --exclude='*.sh' --exclude='*.o' --exclude='*.lo' --exclude='*.s' .
 )
 
 awk -v src=$MUSL/src/ '
index 1d3b6d6..fe5d55b 100644 (file)
@@ -1,5 +1,5 @@
 <h3>musl vs c11 api</h3>
-<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=b589fb4e2999026494fa4bced90aeca9e613f754">b589fb4e2999026494fa4bced90aeca9e613f754</a><br>Date:   2014-01-03 14:33:44 -0500<br><br>    release 0.9.15
+<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=8afa7cf5d00eac6dbfca3da9d8678f32f650a00d">8afa7cf5d00eac6dbfca3da9d8678f32f650a00d</a><br>Date:   2014-03-20 04:41:15 -0400<br><br>    release 1.0.0
 <h4>legend</h4><ul><li>status: musl implementation status summary<ul><li>(empty) - implemented<li>nosym - prototype found in include files (see decl) but not in libc.a (see sym)<li>nodecl - symbol is in libc.a but not declared in a public header<li>missing - neither in include files (see decl) nor in libc.a (see sym)</ul><li>sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)<ul><li>C - symbol is common (uninitialized data)<li>D - symbol is in the initialized data section<li>R - symbol is in the read only data section<li>T - symbol is in the text section<li>V - weak object<li>W - weak symbol</ul><li>decl: kind of declaration as found by `ctags -R include` (every occurance is reported, arch specific definitions are not linked)<ul><li>d - macro definition<li>t - typedef<li>s - struct declaration<li>u - union declaration<li>p - function prototype<li>x - external and forward variable declaration</ul></ul><p>(Annex K apis are excluded: -D__STDC_WANT_LIB_EXT1__=0 is assumed)
 <h4>table</h4><table border=1><tr><th colspan=3>musl<th colspan=4>c11<tr><th>status<th>sym<th>decl<th>name<th>header<th>proto<th>section
 <tr><td>missing<td>&#160;<td>&#160;<td>static_assert<td>assert.h<td>&#160;<td>B.1 Diagnostics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n28">d</a> <td>math_errhandling<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n15">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n18">d</a> <td>NAN<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMAF<td>math.h<td>&#160;<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n54">d</a> <td>fpclassify<td>math.h<td>int fpclassify(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n74">d</a> <td>isfinite<td>math.h<td>int isfinite(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n59">d</a> <td>isinf<td>math.h<td>int isinf(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n64">d</a> <td>isnan<td>math.h<td>int isnan(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n69">d</a> <td>isnormal<td>math.h<td>int isnormal(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n83">d</a> <td>signbit<td>math.h<td>int signbit(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n121">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n146">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n209">d</a> <td>acos<td>math.h<td>double acos(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n122">p</a> <td>acosf<td>math.h<td>float acosf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n123">p</a> <td>acosl<td>math.h<td>long double acosl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n129">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n148">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n211">d</a> <td>asin<td>math.h<td>double asin(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n130">p</a> <td>asinf<td>math.h<td>float asinf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n131">p</a> <td>asinl<td>math.h<td>long double asinl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n137">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n150">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n213">d</a> <td>atan<td>math.h<td>double atan(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n138">p</a> <td>atanf<td>math.h<td>float atanf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n139">p</a> <td>atanl<td>math.h<td>long double atanl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n141">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n151">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n214">d</a> <td>atan2<td>math.h<td>double atan2(double y, double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n142">p</a> <td>atan2f<td>math.h<td>float atan2f(float y, float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n143">p</a> <td>atan2l<td>math.h<td>long double atan2l(long double y, long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n161">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td>cos<td>math.h<td>double cos(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n162">p</a> <td>cosf<td>math.h<td>float cosf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n163">p</a> <td>cosl<td>math.h<td>long double cosl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n321">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n199">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n262">d</a> <td>sin<td>math.h<td>double sin(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n322">p</a> <td>sinf<td>math.h<td>float sinf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n323">p</a> <td>sinl<td>math.h<td>long double sinl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n333">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td>tan<td>math.h<td>double tan(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n334">p</a> <td>tanf<td>math.h<td>float tanf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n335">p</a> <td>tanl<td>math.h<td>long double tanl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n125">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td>acosh<td>math.h<td>double acosh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n126">p</a> <td>acoshf<td>math.h<td>float acoshf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n127">p</a> <td>acoshl<td>math.h<td>long double acoshl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n133">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n149">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n212">d</a> <td>asinh<td>math.h<td>double asinh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n134">p</a> <td>asinhf<td>math.h<td>float asinhf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n135">p</a> <td>asinhl<td>math.h<td>long double asinhl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n145">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n152">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n215">d</a> <td>atanh<td>math.h<td>double atanh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n146">p</a> <td>atanhf<td>math.h<td>float atanhf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n147">p</a> <td>atanhl<td>math.h<td>long double atanhl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n165">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td>cosh<td>math.h<td>double cosh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n166">p</a> <td>coshf<td>math.h<td>float coshf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n167">p</a> <td>coshl<td>math.h<td>long double coshl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n325">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n200">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n263">d</a> <td>sinh<td>math.h<td>double sinh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n326">p</a> <td>sinhf<td>math.h<td>float sinhf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n327">p</a> <td>sinhl<td>math.h<td>long double sinhl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n337">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n203">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n266">d</a> <td>tanh<td>math.h<td>double tanh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n338">p</a> <td>tanhf<td>math.h<td>float tanhf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n339">p</a> <td>tanhl<td>math.h<td>long double tanhl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n177">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n165">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n228">d</a> <td>exp<td>math.h<td>double exp(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n178">p</a> <td>expf<td>math.h<td>float expf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n179">p</a> <td>expl<td>math.h<td>long double expl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n181">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n166">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n229">d</a> <td>exp2<td>math.h<td>double exp2(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n182">p</a> <td>exp2f<td>math.h<td>float exp2f(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n183">p</a> <td>exp2l<td>math.h<td>long double exp2l(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n185">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td>expm1<td>math.h<td>double expm1(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n186">p</a> <td>expm1f<td>math.h<td>float expm1f(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n187">p</a> <td>expm1l<td>math.h<td>long double expm1l(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n217">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n175">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n238">d</a> <td>frexp<td>math.h<td>double frexp(double value, int *exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n218">p</a> <td>frexpf<td>math.h<td>float frexpf(float value, int *exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n219">p</a> <td>frexpl<td>math.h<td>long double frexpl(long double value, int *exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n225">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n177">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n240">d</a> <td>ilogb<td>math.h<td>int ilogb(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n226">p</a> <td>ilogbf<td>math.h<td>int ilogbf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n227">p</a> <td>ilogbl<td>math.h<td>int ilogbl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n229">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td>ldexp<td>math.h<td>double ldexp(double x, int exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n230">p</a> <td>ldexpf<td>math.h<td>float ldexpf(float x, int exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n231">p</a> <td>ldexpl<td>math.h<td>long double ldexpl(long double x, int exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n245">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n182">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n245">d</a> <td>log<td>math.h<td>double log(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n246">p</a> <td>logf<td>math.h<td>float logf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n247">p</a> <td>logl<td>math.h<td>long double logl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n249">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n183">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n246">d</a> <td>log10<td>math.h<td>double log10(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n250">p</a> <td>log10f<td>math.h<td>float log10f(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n251">p</a> <td>log10l<td>math.h<td>long double log10l(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n253">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td>log1p<td>math.h<td>double log1p(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n254">p</a> <td>log1pf<td>math.h<td>float log1pf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n255">p</a> <td>log1pl<td>math.h<td>long double log1pl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n257">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td>log2<td>math.h<td>double log2(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n258">p</a> <td>log2f<td>math.h<td>float log2f(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n259">p</a> <td>log2l<td>math.h<td>long double log2l(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n261">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n186">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n249">d</a> <td>logb<td>math.h<td>double logb(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n262">p</a> <td>logbf<td>math.h<td>float logbf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n263">p</a> <td>logbl<td>math.h<td>long double logbl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n273">p</a> <td>modf<td>math.h<td>double modf(double value, double *iptr);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n274">p</a> <td>modff<td>math.h<td>float modff(float value, float *iptr);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n275">p</a> <td>modfl<td>math.h<td>long double modfl(long double value, long double *iptr);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n317">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n198">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n261">d</a> <td>scalbn<td>math.h<td>double scalbn(double x, int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n318">p</a> <td>scalbnf<td>math.h<td>float scalbnf(float x, int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n319">p</a> <td>scalbnl<td>math.h<td>long double scalbnl(long double x, int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n313">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td>scalbln<td>math.h<td>double scalbln(double x, long int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n314">p</a> <td>scalblnf<td>math.h<td>float scalblnf(float x, long int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n315">p</a> <td>scalblnl<td>math.h<td>long double scalblnl(long double x, long int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n149">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td>cbrt<td>math.h<td>double cbrt(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n150">p</a> <td>cbrtf<td>math.h<td>float cbrtf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n151">p</a> <td>cbrtl<td>math.h<td>long double cbrtl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n189">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td>fabs<td>math.h<td>double fabs(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n190">p</a> <td>fabsf<td>math.h<td>float fabsf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n191">p</a> <td>fabsl<td>math.h<td>long double fabsl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n221">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n176">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n239">d</a> <td>hypot<td>math.h<td>double hypot(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n222">p</a> <td>hypotf<td>math.h<td>float hypotf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n223">p</a> <td>hypotl<td>math.h<td>long double hypotl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n293">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n255">d</a> <td>pow<td>math.h<td>double pow(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n294">p</a> <td>powf<td>math.h<td>float powf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n295">p</a> <td>powl<td>math.h<td>long double powl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n329">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n201">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n264">d</a> <td>sqrt<td>math.h<td>double sqrt(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n330">p</a> <td>sqrtf<td>math.h<td>float sqrtf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n331">p</a> <td>sqrtl<td>math.h<td>long double sqrtl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n169">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n163">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n226">d</a> <td>erf<td>math.h<td>double erf(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n170">p</a> <td>erff<td>math.h<td>float erff(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n171">p</a> <td>erfl<td>math.h<td>long double erfl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n173">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td>erfc<td>math.h<td>double erfc(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n174">p</a> <td>erfcf<td>math.h<td>float erfcf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n175">p</a> <td>erfcl<td>math.h<td>long double erfcl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n233">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td>lgamma<td>math.h<td>double lgamma(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n234">p</a> <td>lgammaf<td>math.h<td>float lgammaf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n235">p</a> <td>lgammal<td>math.h<td>long double lgammal(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n341">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n204">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n267">d</a> <td>tgamma<td>math.h<td>double tgamma(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n342">p</a> <td>tgammaf<td>math.h<td>float tgammaf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n343">p</a> <td>tgammal<td>math.h<td>long double tgammal(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n153">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td>ceil<td>math.h<td>double ceil(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n154">p</a> <td>ceilf<td>math.h<td>float ceilf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n155">p</a> <td>ceill<td>math.h<td>long double ceill(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n197">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td>floor<td>math.h<td>double floor(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n198">p</a> <td>floorf<td>math.h<td>float floorf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n199">p</a> <td>floorl<td>math.h<td>long double floorl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n281">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n189">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n252">d</a> <td>nearbyint<td>math.h<td>double nearbyint(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n282">p</a> <td>nearbyintf<td>math.h<td>float nearbyintf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n283">p</a> <td>nearbyintl<td>math.h<td>long double nearbyintl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n305">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n195">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n258">d</a> <td>rint<td>math.h<td>double rint(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n306">p</a> <td>rintf<td>math.h<td>float rintf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n307">p</a> <td>rintl<td>math.h<td>long double rintl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n265">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n187">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n250">d</a> <td>lrint<td>math.h<td>long int lrint(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n266">p</a> <td>lrintf<td>math.h<td>long int lrintf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n267">p</a> <td>lrintl<td>math.h<td>long int lrintl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n237">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n180">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n243">d</a> <td>llrint<td>math.h<td>long long int llrint(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n238">p</a> <td>llrintf<td>math.h<td>long long int llrintf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n239">p</a> <td>llrintl<td>math.h<td>long long int llrintl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n309">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td>round<td>math.h<td>double round(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n310">p</a> <td>roundf<td>math.h<td>float roundf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n311">p</a> <td>roundl<td>math.h<td>long double roundl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n269">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td>lround<td>math.h<td>long int lround(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n270">p</a> <td>lroundf<td>math.h<td>long int lroundf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n271">p</a> <td>lroundl<td>math.h<td>long int lroundl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n241">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td>llround<td>math.h<td>long long int llround(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n242">p</a> <td>llroundf<td>math.h<td>long long int llroundf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n243">p</a> <td>llroundl<td>math.h<td>long long int llroundl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n345">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td>trunc<td>math.h<td>double trunc(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n346">p</a> <td>truncf<td>math.h<td>float truncf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n347">p</a> <td>truncl<td>math.h<td>long double truncl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n213">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n174">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n237">d</a> <td>fmod<td>math.h<td>double fmod(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n214">p</a> <td>fmodf<td>math.h<td>float fmodf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n215">p</a> <td>fmodl<td>math.h<td>long double fmodl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n297">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td>remainder<td>math.h<td>double remainder(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n298">p</a> <td>remainderf<td>math.h<td>float remainderf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n299">p</a> <td>remainderl<td>math.h<td>long double remainderl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n301">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td>remquo<td>math.h<td>double remquo(double x, double y, int *quo);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n302">p</a> <td>remquof<td>math.h<td>float remquof(float x, float y, int *quo);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n303">p</a> <td>remquol<td>math.h<td>long double remquol(long double x, long double y, int *quo);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n157">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n158">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n221">d</a> <td>copysign<td>math.h<td>double copysign(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n158">p</a> <td>copysignf<td>math.h<td>float copysignf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n159">p</a> <td>copysignl<td>math.h<td>long double copysignl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n277">p</a> <td>nan<td>math.h<td>double nan(const char *tagp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n278">p</a> <td>nanf<td>math.h<td>float nanf(const char *tagp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n279">p</a> <td>nanl<td>math.h<td>long double nanl(const char *tagp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n285">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td>nextafter<td>math.h<td>double nextafter(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n286">p</a> <td>nextafterf<td>math.h<td>float nextafterf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n287">p</a> <td>nextafterl<td>math.h<td>long double nextafterl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n289">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n191">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n254">d</a> <td>nexttoward<td>math.h<td>double nexttoward(double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n290">p</a> <td>nexttowardf<td>math.h<td>float nexttowardf(float x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n291">p</a> <td>nexttowardl<td>math.h<td>long double nexttowardl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n193">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n169">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n232">d</a> <td>fdim<td>math.h<td>double fdim(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n194">p</a> <td>fdimf<td>math.h<td>float fdimf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n195">p</a> <td>fdiml<td>math.h<td>long double fdiml(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n205">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n172">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n235">d</a> <td>fmax<td>math.h<td>double fmax(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n206">p</a> <td>fmaxf<td>math.h<td>float fmaxf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n207">p</a> <td>fmaxl<td>math.h<td>long double fmaxl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n209">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td>fmin<td>math.h<td>double fmin(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n210">p</a> <td>fminf<td>math.h<td>float fminf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n211">p</a> <td>fminl<td>math.h<td>long double fminl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n201">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n171">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n234">d</a> <td>fma<td>math.h<td>double fma(double x, double y, double z);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n202">p</a> <td>fmaf<td>math.h<td>float fmaf(float x, float y, float z);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n203">p</a> <td>fmal<td>math.h<td>long double fmal(long double x, long double y, long double z);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n118">d</a> <td>isgreater<td>math.h<td>int isgreater(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n119">d</a> <td>isgreaterequal<td>math.h<td>int isgreaterequal(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n115">d</a> <td>isless<td>math.h<td>int isless(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n116">d</a> <td>islessequal<td>math.h<td>int islessequal(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n117">d</a> <td>islessgreater<td>math.h<td>int islessgreater(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n88">d</a> <td>isunordered<td>math.h<td>int isunordered(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n56">d</a> <td>fpclassify<td>math.h<td>int fpclassify(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n76">d</a> <td>isfinite<td>math.h<td>int isfinite(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n61">d</a> <td>isinf<td>math.h<td>int isinf(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n66">d</a> <td>isnan<td>math.h<td>int isnan(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n71">d</a> <td>isnormal<td>math.h<td>int isnormal(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n85">d</a> <td>signbit<td>math.h<td>int signbit(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n123">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n146">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n209">d</a> <td>acos<td>math.h<td>double acos(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n124">p</a> <td>acosf<td>math.h<td>float acosf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n125">p</a> <td>acosl<td>math.h<td>long double acosl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n131">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n148">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n211">d</a> <td>asin<td>math.h<td>double asin(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n132">p</a> <td>asinf<td>math.h<td>float asinf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n133">p</a> <td>asinl<td>math.h<td>long double asinl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n139">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n150">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n213">d</a> <td>atan<td>math.h<td>double atan(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n140">p</a> <td>atanf<td>math.h<td>float atanf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n141">p</a> <td>atanl<td>math.h<td>long double atanl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n143">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n151">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n214">d</a> <td>atan2<td>math.h<td>double atan2(double y, double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n144">p</a> <td>atan2f<td>math.h<td>float atan2f(float y, float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n145">p</a> <td>atan2l<td>math.h<td>long double atan2l(long double y, long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n163">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td>cos<td>math.h<td>double cos(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n164">p</a> <td>cosf<td>math.h<td>float cosf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n165">p</a> <td>cosl<td>math.h<td>long double cosl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n323">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n199">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n262">d</a> <td>sin<td>math.h<td>double sin(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n324">p</a> <td>sinf<td>math.h<td>float sinf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n325">p</a> <td>sinl<td>math.h<td>long double sinl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n335">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td>tan<td>math.h<td>double tan(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n336">p</a> <td>tanf<td>math.h<td>float tanf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n337">p</a> <td>tanl<td>math.h<td>long double tanl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n127">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td>acosh<td>math.h<td>double acosh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n128">p</a> <td>acoshf<td>math.h<td>float acoshf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n129">p</a> <td>acoshl<td>math.h<td>long double acoshl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n135">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n149">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n212">d</a> <td>asinh<td>math.h<td>double asinh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n136">p</a> <td>asinhf<td>math.h<td>float asinhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n137">p</a> <td>asinhl<td>math.h<td>long double asinhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n147">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n152">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n215">d</a> <td>atanh<td>math.h<td>double atanh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n148">p</a> <td>atanhf<td>math.h<td>float atanhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n149">p</a> <td>atanhl<td>math.h<td>long double atanhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n167">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td>cosh<td>math.h<td>double cosh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n168">p</a> <td>coshf<td>math.h<td>float coshf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n169">p</a> <td>coshl<td>math.h<td>long double coshl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n327">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n200">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n263">d</a> <td>sinh<td>math.h<td>double sinh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n328">p</a> <td>sinhf<td>math.h<td>float sinhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n329">p</a> <td>sinhl<td>math.h<td>long double sinhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n339">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n203">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n266">d</a> <td>tanh<td>math.h<td>double tanh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n340">p</a> <td>tanhf<td>math.h<td>float tanhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n341">p</a> <td>tanhl<td>math.h<td>long double tanhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n165">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n228">d</a> <td>exp<td>math.h<td>double exp(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n180">p</a> <td>expf<td>math.h<td>float expf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n181">p</a> <td>expl<td>math.h<td>long double expl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n183">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n166">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n229">d</a> <td>exp2<td>math.h<td>double exp2(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n184">p</a> <td>exp2f<td>math.h<td>float exp2f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n185">p</a> <td>exp2l<td>math.h<td>long double exp2l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td>expm1<td>math.h<td>double expm1(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n188">p</a> <td>expm1f<td>math.h<td>float expm1f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n189">p</a> <td>expm1l<td>math.h<td>long double expm1l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n219">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n175">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n238">d</a> <td>frexp<td>math.h<td>double frexp(double value, int *exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n220">p</a> <td>frexpf<td>math.h<td>float frexpf(float value, int *exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n221">p</a> <td>frexpl<td>math.h<td>long double frexpl(long double value, int *exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n227">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n177">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n240">d</a> <td>ilogb<td>math.h<td>int ilogb(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n228">p</a> <td>ilogbf<td>math.h<td>int ilogbf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n229">p</a> <td>ilogbl<td>math.h<td>int ilogbl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n231">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td>ldexp<td>math.h<td>double ldexp(double x, int exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n232">p</a> <td>ldexpf<td>math.h<td>float ldexpf(float x, int exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n233">p</a> <td>ldexpl<td>math.h<td>long double ldexpl(long double x, int exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n247">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n182">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n245">d</a> <td>log<td>math.h<td>double log(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n248">p</a> <td>logf<td>math.h<td>float logf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n249">p</a> <td>logl<td>math.h<td>long double logl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n251">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n183">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n246">d</a> <td>log10<td>math.h<td>double log10(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n252">p</a> <td>log10f<td>math.h<td>float log10f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n253">p</a> <td>log10l<td>math.h<td>long double log10l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n255">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td>log1p<td>math.h<td>double log1p(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n256">p</a> <td>log1pf<td>math.h<td>float log1pf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n257">p</a> <td>log1pl<td>math.h<td>long double log1pl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n259">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td>log2<td>math.h<td>double log2(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n260">p</a> <td>log2f<td>math.h<td>float log2f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n261">p</a> <td>log2l<td>math.h<td>long double log2l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n263">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n186">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n249">d</a> <td>logb<td>math.h<td>double logb(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n264">p</a> <td>logbf<td>math.h<td>float logbf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n265">p</a> <td>logbl<td>math.h<td>long double logbl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n275">p</a> <td>modf<td>math.h<td>double modf(double value, double *iptr);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n276">p</a> <td>modff<td>math.h<td>float modff(float value, float *iptr);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n277">p</a> <td>modfl<td>math.h<td>long double modfl(long double value, long double *iptr);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n319">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n198">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n261">d</a> <td>scalbn<td>math.h<td>double scalbn(double x, int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n320">p</a> <td>scalbnf<td>math.h<td>float scalbnf(float x, int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n321">p</a> <td>scalbnl<td>math.h<td>long double scalbnl(long double x, int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n315">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td>scalbln<td>math.h<td>double scalbln(double x, long int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n316">p</a> <td>scalblnf<td>math.h<td>float scalblnf(float x, long int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n317">p</a> <td>scalblnl<td>math.h<td>long double scalblnl(long double x, long int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n151">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td>cbrt<td>math.h<td>double cbrt(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n152">p</a> <td>cbrtf<td>math.h<td>float cbrtf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n153">p</a> <td>cbrtl<td>math.h<td>long double cbrtl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n191">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td>fabs<td>math.h<td>double fabs(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n192">p</a> <td>fabsf<td>math.h<td>float fabsf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n193">p</a> <td>fabsl<td>math.h<td>long double fabsl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n223">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n176">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n239">d</a> <td>hypot<td>math.h<td>double hypot(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n224">p</a> <td>hypotf<td>math.h<td>float hypotf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n225">p</a> <td>hypotl<td>math.h<td>long double hypotl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n295">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n255">d</a> <td>pow<td>math.h<td>double pow(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n296">p</a> <td>powf<td>math.h<td>float powf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n297">p</a> <td>powl<td>math.h<td>long double powl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n331">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n201">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n264">d</a> <td>sqrt<td>math.h<td>double sqrt(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n332">p</a> <td>sqrtf<td>math.h<td>float sqrtf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n333">p</a> <td>sqrtl<td>math.h<td>long double sqrtl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n171">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n163">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n226">d</a> <td>erf<td>math.h<td>double erf(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n172">p</a> <td>erff<td>math.h<td>float erff(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n173">p</a> <td>erfl<td>math.h<td>long double erfl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n175">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td>erfc<td>math.h<td>double erfc(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n176">p</a> <td>erfcf<td>math.h<td>float erfcf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n177">p</a> <td>erfcl<td>math.h<td>long double erfcl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n235">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td>lgamma<td>math.h<td>double lgamma(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n236">p</a> <td>lgammaf<td>math.h<td>float lgammaf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n237">p</a> <td>lgammal<td>math.h<td>long double lgammal(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n343">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n204">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n267">d</a> <td>tgamma<td>math.h<td>double tgamma(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n344">p</a> <td>tgammaf<td>math.h<td>float tgammaf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n345">p</a> <td>tgammal<td>math.h<td>long double tgammal(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n155">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td>ceil<td>math.h<td>double ceil(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n156">p</a> <td>ceilf<td>math.h<td>float ceilf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n157">p</a> <td>ceill<td>math.h<td>long double ceill(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n199">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td>floor<td>math.h<td>double floor(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n200">p</a> <td>floorf<td>math.h<td>float floorf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n201">p</a> <td>floorl<td>math.h<td>long double floorl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n283">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n189">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n252">d</a> <td>nearbyint<td>math.h<td>double nearbyint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n284">p</a> <td>nearbyintf<td>math.h<td>float nearbyintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n285">p</a> <td>nearbyintl<td>math.h<td>long double nearbyintl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n307">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n195">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n258">d</a> <td>rint<td>math.h<td>double rint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n308">p</a> <td>rintf<td>math.h<td>float rintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n309">p</a> <td>rintl<td>math.h<td>long double rintl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n267">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n187">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n250">d</a> <td>lrint<td>math.h<td>long int lrint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n268">p</a> <td>lrintf<td>math.h<td>long int lrintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n269">p</a> <td>lrintl<td>math.h<td>long int lrintl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n239">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n180">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n243">d</a> <td>llrint<td>math.h<td>long long int llrint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n240">p</a> <td>llrintf<td>math.h<td>long long int llrintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n241">p</a> <td>llrintl<td>math.h<td>long long int llrintl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n311">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td>round<td>math.h<td>double round(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n312">p</a> <td>roundf<td>math.h<td>float roundf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n313">p</a> <td>roundl<td>math.h<td>long double roundl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n271">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td>lround<td>math.h<td>long int lround(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n272">p</a> <td>lroundf<td>math.h<td>long int lroundf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n273">p</a> <td>lroundl<td>math.h<td>long int lroundl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n243">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td>llround<td>math.h<td>long long int llround(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n244">p</a> <td>llroundf<td>math.h<td>long long int llroundf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n245">p</a> <td>llroundl<td>math.h<td>long long int llroundl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n347">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td>trunc<td>math.h<td>double trunc(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n348">p</a> <td>truncf<td>math.h<td>float truncf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n349">p</a> <td>truncl<td>math.h<td>long double truncl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n215">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n174">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n237">d</a> <td>fmod<td>math.h<td>double fmod(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n216">p</a> <td>fmodf<td>math.h<td>float fmodf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n217">p</a> <td>fmodl<td>math.h<td>long double fmodl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n299">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td>remainder<td>math.h<td>double remainder(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n300">p</a> <td>remainderf<td>math.h<td>float remainderf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n301">p</a> <td>remainderl<td>math.h<td>long double remainderl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n303">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td>remquo<td>math.h<td>double remquo(double x, double y, int *quo);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n304">p</a> <td>remquof<td>math.h<td>float remquof(float x, float y, int *quo);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n305">p</a> <td>remquol<td>math.h<td>long double remquol(long double x, long double y, int *quo);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n159">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n158">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n221">d</a> <td>copysign<td>math.h<td>double copysign(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n160">p</a> <td>copysignf<td>math.h<td>float copysignf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n161">p</a> <td>copysignl<td>math.h<td>long double copysignl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n279">p</a> <td>nan<td>math.h<td>double nan(const char *tagp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n280">p</a> <td>nanf<td>math.h<td>float nanf(const char *tagp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n281">p</a> <td>nanl<td>math.h<td>long double nanl(const char *tagp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n287">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td>nextafter<td>math.h<td>double nextafter(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n288">p</a> <td>nextafterf<td>math.h<td>float nextafterf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n289">p</a> <td>nextafterl<td>math.h<td>long double nextafterl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n291">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n191">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n254">d</a> <td>nexttoward<td>math.h<td>double nexttoward(double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n292">p</a> <td>nexttowardf<td>math.h<td>float nexttowardf(float x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n293">p</a> <td>nexttowardl<td>math.h<td>long double nexttowardl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n195">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n169">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n232">d</a> <td>fdim<td>math.h<td>double fdim(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n196">p</a> <td>fdimf<td>math.h<td>float fdimf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n197">p</a> <td>fdiml<td>math.h<td>long double fdiml(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n207">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n172">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n235">d</a> <td>fmax<td>math.h<td>double fmax(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n208">p</a> <td>fmaxf<td>math.h<td>float fmaxf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n209">p</a> <td>fmaxl<td>math.h<td>long double fmaxl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n211">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td>fmin<td>math.h<td>double fmin(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n212">p</a> <td>fminf<td>math.h<td>float fminf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n213">p</a> <td>fminl<td>math.h<td>long double fminl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n203">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n171">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n234">d</a> <td>fma<td>math.h<td>double fma(double x, double y, double z);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n204">p</a> <td>fmaf<td>math.h<td>float fmaf(float x, float y, float z);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n205">p</a> <td>fmal<td>math.h<td>long double fmal(long double x, long double y, long double z);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n120">d</a> <td>isgreater<td>math.h<td>int isgreater(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n121">d</a> <td>isgreaterequal<td>math.h<td>int isgreaterequal(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n117">d</a> <td>isless<td>math.h<td>int isless(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n118">d</a> <td>islessequal<td>math.h<td>int islessequal(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n119">d</a> <td>islessgreater<td>math.h<td>int islessgreater(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n90">d</a> <td>isunordered<td>math.h<td>int isunordered(real-floating x, real-floating y);<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n16">t</a> <td>jmp_buf<td>setjmp.h<td>&#160;<td>B.12 Nonlocal jumps
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n32">p</a> <td>setjmp<td>setjmp.h<td>int setjmp(jmp_buf env);<td>B.12 Nonlocal jumps
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n36">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n33">p</a> <td>longjmp<td>setjmp.h<td>_Noreturn void longjmp(jmp_buf env, int val);<td>B.12 Nonlocal jumps
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n243">t</a> <td>sig_atomic_t<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n241">d</a> <td>SIG_IGN<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n239">t</a> <td>sig_atomic_t<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n237">d</a> <td>SIG_IGN<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGILL<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGTERM<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n240">d</a> <td>SIG_DFL<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n236">d</a> <td>SIG_DFL<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGABRT<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGINT<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n239">d</a> <td>SIG_ERR<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n235">d</a> <td>SIG_ERR<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGFPE<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGSEGV<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n245">p</a> <td>signal<td>signal.h<td>void (*signal(int sig, void (*func)(int)))(int);<td>B.13 Signal handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n246">p</a> <td>raise<td>signal.h<td>int raise(int sig);<td>B.13 Signal handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n241">p</a> <td>signal<td>signal.h<td>void (*signal(int sig, void (*func)(int)))(int);<td>B.13 Signal handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n242">p</a> <td>raise<td>signal.h<td>int raise(int sig);<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdalign.h#n10">d</a> <td>alignas<td>stdalign.h<td>&#160;<td>B.14 Alignment
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdalign.h#n12">d</a> <td>__alignas_is_defined<td>stdalign.h<td>&#160;<td>B.14 Alignment
 <tr><td>&#160;<td>&#160;<td>t t v v <td>va_list<td>stdarg.h<td>&#160;<td>B.15 Variable arguments
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n27">p</a> <td>memset<td>string.h<td>void *memset(void *s, int c, size_t n);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n54">p</a> <td>strerror<td>string.h<td>char *strerror(int errnum);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n52">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/un.h#n24">p</a> <td>strlen<td>string.h<td>size_t strlen(const char *s);<td>B.23 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n121">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n146">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n209">d</a> <td>acos<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n329">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n201">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n264">d</a> <td>sqrt<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n213">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n174">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n237">d</a> <td>fmod<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n285">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td>nextafter<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n129">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n148">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n211">d</a> <td>asin<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n189">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td>fabs<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n217">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n175">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n238">d</a> <td>frexp<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n289">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n191">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n254">d</a> <td>nexttoward<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n137">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n150">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n213">d</a> <td>atan<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n141">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n151">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n214">d</a> <td>atan2<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n221">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n176">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n239">d</a> <td>hypot<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n297">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td>remainder<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n125">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td>acosh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n149">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td>cbrt<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n225">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n177">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n240">d</a> <td>ilogb<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n301">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td>remquo<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n133">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n149">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n212">d</a> <td>asinh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n153">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td>ceil<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n229">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td>ldexp<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n305">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n195">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n258">d</a> <td>rint<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n145">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n152">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n215">d</a> <td>atanh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n157">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n158">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n221">d</a> <td>copysign<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n233">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td>lgamma<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n309">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td>round<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n161">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td>cos<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n169">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n163">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n226">d</a> <td>erf<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n237">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n180">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n243">d</a> <td>llrint<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n317">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n198">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n261">d</a> <td>scalbn<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n321">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n199">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n262">d</a> <td>sin<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n173">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td>erfc<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n241">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td>llround<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n313">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td>scalbln<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n333">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td>tan<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n181">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n166">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n229">d</a> <td>exp2<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n249">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n183">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n246">d</a> <td>log10<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n341">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n204">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n267">d</a> <td>tgamma<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n165">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td>cosh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n185">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td>expm1<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n253">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td>log1p<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n345">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td>trunc<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n325">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n200">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n263">d</a> <td>sinh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n193">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n169">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n232">d</a> <td>fdim<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n257">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td>log2<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n123">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n146">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n209">d</a> <td>acos<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n331">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n201">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n264">d</a> <td>sqrt<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n215">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n174">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n237">d</a> <td>fmod<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n287">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td>nextafter<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n131">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n148">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n211">d</a> <td>asin<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n191">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td>fabs<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n219">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n175">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n238">d</a> <td>frexp<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n291">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n191">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n254">d</a> <td>nexttoward<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n139">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n150">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n213">d</a> <td>atan<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n143">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n151">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n214">d</a> <td>atan2<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n223">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n176">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n239">d</a> <td>hypot<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n299">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td>remainder<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n127">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td>acosh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n151">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td>cbrt<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n227">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n177">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n240">d</a> <td>ilogb<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n303">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td>remquo<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n135">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n149">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n212">d</a> <td>asinh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n155">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td>ceil<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n231">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td>ldexp<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n307">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n195">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n258">d</a> <td>rint<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n147">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n152">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n215">d</a> <td>atanh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n159">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n158">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n221">d</a> <td>copysign<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n235">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td>lgamma<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n311">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td>round<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n163">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td>cos<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n171">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n163">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n226">d</a> <td>erf<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n239">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n180">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n243">d</a> <td>llrint<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n319">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n198">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n261">d</a> <td>scalbn<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n323">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n199">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n262">d</a> <td>sin<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n175">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td>erfc<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n243">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td>llround<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n315">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td>scalbln<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n335">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td>tan<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n183">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n166">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n229">d</a> <td>exp2<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n251">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n183">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n246">d</a> <td>log10<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n343">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n204">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n267">d</a> <td>tgamma<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n167">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td>cosh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td>expm1<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n255">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td>log1p<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n347">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td>trunc<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n327">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n200">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n263">d</a> <td>sinh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n195">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n169">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n232">d</a> <td>fdim<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n259">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td>log2<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n84">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n153">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n216">d</a> <td>carg<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n337">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n203">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n266">d</a> <td>tanh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n197">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td>floor<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n261">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n186">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n249">d</a> <td>logb<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n339">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n203">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n266">d</a> <td>tanh<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n199">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td>floor<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n263">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n186">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n249">d</a> <td>logb<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n111">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n88">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n156">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n219">d</a> <td>cimag<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n177">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n165">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n228">d</a> <td>exp<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n201">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n171">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n234">d</a> <td>fma<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n265">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n187">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n250">d</a> <td>lrint<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n165">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n228">d</a> <td>exp<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n203">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n171">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n234">d</a> <td>fma<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n267">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n187">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n250">d</a> <td>lrint<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n92">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n157">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n220">d</a> <td>conj<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n245">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n182">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n245">d</a> <td>log<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n205">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n172">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n235">d</a> <td>fmax<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n269">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td>lround<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n247">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n182">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n245">d</a> <td>log<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n207">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n172">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n235">d</a> <td>fmax<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n271">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td>lround<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n96">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n161">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n224">d</a> <td>cproj<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n293">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n255">d</a> <td>pow<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n209">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td>fmin<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n281">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n189">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n252">d</a> <td>nearbyint<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n295">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n255">d</a> <td>pow<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n211">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td>fmin<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n283">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n189">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n252">d</a> <td>nearbyint<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n107">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n100">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n162">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n225">d</a> <td>creal<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
 <tr><td>missing<td>&#160;<td>&#160;<td>thread_local<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>missing<td>&#160;<td>&#160;<td>once_flag<td>threads.h<td>&#160;<td>B.25 Threads
index 8e90250..939311c 100644 (file)
@@ -1,5 +1,5 @@
 <h3>musl vs c99 api</h3>
-<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=b589fb4e2999026494fa4bced90aeca9e613f754">b589fb4e2999026494fa4bced90aeca9e613f754</a><br>Date:   2014-01-03 14:33:44 -0500<br><br>    release 0.9.15
+<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=8afa7cf5d00eac6dbfca3da9d8678f32f650a00d">8afa7cf5d00eac6dbfca3da9d8678f32f650a00d</a><br>Date:   2014-03-20 04:41:15 -0400<br><br>    release 1.0.0
 <h4>legend</h4><ul><li>status: musl implementation status summary<ul><li>(empty) - implemented<li>nosym - prototype found in include files (see decl) but not in libc.a (see sym)<li>nodecl - symbol is in libc.a but not declared in a public header<li>missing - neither in include files (see decl) nor in libc.a (see sym)</ul><li>sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)<ul><li>C - symbol is common (uninitialized data)<li>D - symbol is in the initialized data section<li>R - symbol is in the read only data section<li>T - symbol is in the text section<li>V - weak object<li>W - weak symbol</ul><li>decl: kind of declaration as found by `ctags -R include` (every occurance is reported, arch specific definitions are not linked)<ul><li>d - macro definition<li>t - typedef<li>s - struct declaration<li>u - union declaration<li>p - function prototype<li>x - external and forward variable declaration</ul></ul>
 <h4>table</h4><table border=1><tr><th colspan=3>musl<th colspan=4>c99<tr><th>status<th>sym<th>decl<th>name<th>header<th>proto<th>section
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n3">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n6">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n8">d</a> <td>assert<td>assert.h<td>void assert(scalar expression);<td>B.1 Diagnostics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n28">d</a> <td>math_errhandling<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n15">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n18">d</a> <td>NAN<td>math.h<td>&#160;<td>B.11 Mathematics
 <tr><td>missing<td>&#160;<td>&#160;<td>FP_FAST_FMAF<td>math.h<td>&#160;<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n54">d</a> <td>fpclassify<td>math.h<td>int fpclassify(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n74">d</a> <td>isfinite<td>math.h<td>int isfinite(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n59">d</a> <td>isinf<td>math.h<td>int isinf(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n64">d</a> <td>isnan<td>math.h<td>int isnan(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n69">d</a> <td>isnormal<td>math.h<td>int isnormal(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n83">d</a> <td>signbit<td>math.h<td>int signbit(real-floating x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n121">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n146">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n209">d</a> <td>acos<td>math.h<td>double acos(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n122">p</a> <td>acosf<td>math.h<td>float acosf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n123">p</a> <td>acosl<td>math.h<td>long double acosl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n129">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n148">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n211">d</a> <td>asin<td>math.h<td>double asin(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n130">p</a> <td>asinf<td>math.h<td>float asinf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n131">p</a> <td>asinl<td>math.h<td>long double asinl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n137">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n150">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n213">d</a> <td>atan<td>math.h<td>double atan(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n138">p</a> <td>atanf<td>math.h<td>float atanf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n139">p</a> <td>atanl<td>math.h<td>long double atanl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n141">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n151">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n214">d</a> <td>atan2<td>math.h<td>double atan2(double y, double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n142">p</a> <td>atan2f<td>math.h<td>float atan2f(float y, float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n143">p</a> <td>atan2l<td>math.h<td>long double atan2l(long double y, long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n161">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td>cos<td>math.h<td>double cos(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n162">p</a> <td>cosf<td>math.h<td>float cosf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n163">p</a> <td>cosl<td>math.h<td>long double cosl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n321">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n199">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n262">d</a> <td>sin<td>math.h<td>double sin(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n322">p</a> <td>sinf<td>math.h<td>float sinf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n323">p</a> <td>sinl<td>math.h<td>long double sinl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n333">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td>tan<td>math.h<td>double tan(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n334">p</a> <td>tanf<td>math.h<td>float tanf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n335">p</a> <td>tanl<td>math.h<td>long double tanl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n125">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td>acosh<td>math.h<td>double acosh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n126">p</a> <td>acoshf<td>math.h<td>float acoshf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n127">p</a> <td>acoshl<td>math.h<td>long double acoshl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n133">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n149">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n212">d</a> <td>asinh<td>math.h<td>double asinh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n134">p</a> <td>asinhf<td>math.h<td>float asinhf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n135">p</a> <td>asinhl<td>math.h<td>long double asinhl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n145">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n152">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n215">d</a> <td>atanh<td>math.h<td>double atanh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n146">p</a> <td>atanhf<td>math.h<td>float atanhf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n147">p</a> <td>atanhl<td>math.h<td>long double atanhl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n165">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td>cosh<td>math.h<td>double cosh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n166">p</a> <td>coshf<td>math.h<td>float coshf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n167">p</a> <td>coshl<td>math.h<td>long double coshl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n325">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n200">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n263">d</a> <td>sinh<td>math.h<td>double sinh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n326">p</a> <td>sinhf<td>math.h<td>float sinhf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n327">p</a> <td>sinhl<td>math.h<td>long double sinhl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n337">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n203">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n266">d</a> <td>tanh<td>math.h<td>double tanh(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n338">p</a> <td>tanhf<td>math.h<td>float tanhf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n339">p</a> <td>tanhl<td>math.h<td>long double tanhl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n177">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n165">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n228">d</a> <td>exp<td>math.h<td>double exp(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n178">p</a> <td>expf<td>math.h<td>float expf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n179">p</a> <td>expl<td>math.h<td>long double expl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n181">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n166">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n229">d</a> <td>exp2<td>math.h<td>double exp2(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n182">p</a> <td>exp2f<td>math.h<td>float exp2f(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n183">p</a> <td>exp2l<td>math.h<td>long double exp2l(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n185">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td>expm1<td>math.h<td>double expm1(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n186">p</a> <td>expm1f<td>math.h<td>float expm1f(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n187">p</a> <td>expm1l<td>math.h<td>long double expm1l(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n217">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n175">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n238">d</a> <td>frexp<td>math.h<td>double frexp(double value, int *exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n218">p</a> <td>frexpf<td>math.h<td>float frexpf(float value, int *exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n219">p</a> <td>frexpl<td>math.h<td>long double frexpl(long double value, int *exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n225">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n177">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n240">d</a> <td>ilogb<td>math.h<td>int ilogb(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n226">p</a> <td>ilogbf<td>math.h<td>int ilogbf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n227">p</a> <td>ilogbl<td>math.h<td>int ilogbl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n229">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td>ldexp<td>math.h<td>double ldexp(double x, int exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n230">p</a> <td>ldexpf<td>math.h<td>float ldexpf(float x, int exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n231">p</a> <td>ldexpl<td>math.h<td>long double ldexpl(long double x, int exp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n245">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n182">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n245">d</a> <td>log<td>math.h<td>double log(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n246">p</a> <td>logf<td>math.h<td>float logf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n247">p</a> <td>logl<td>math.h<td>long double logl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n249">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n183">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n246">d</a> <td>log10<td>math.h<td>double log10(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n250">p</a> <td>log10f<td>math.h<td>float log10f(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n251">p</a> <td>log10l<td>math.h<td>long double log10l(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n253">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td>log1p<td>math.h<td>double log1p(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n254">p</a> <td>log1pf<td>math.h<td>float log1pf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n255">p</a> <td>log1pl<td>math.h<td>long double log1pl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n257">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td>log2<td>math.h<td>double log2(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n258">p</a> <td>log2f<td>math.h<td>float log2f(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n259">p</a> <td>log2l<td>math.h<td>long double log2l(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n261">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n186">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n249">d</a> <td>logb<td>math.h<td>double logb(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n262">p</a> <td>logbf<td>math.h<td>float logbf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n263">p</a> <td>logbl<td>math.h<td>long double logbl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n273">p</a> <td>modf<td>math.h<td>double modf(double value, double *iptr);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n274">p</a> <td>modff<td>math.h<td>float modff(float value, float *iptr);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n275">p</a> <td>modfl<td>math.h<td>long double modfl(long double value, long double *iptr);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n317">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n198">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n261">d</a> <td>scalbn<td>math.h<td>double scalbn(double x, int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n318">p</a> <td>scalbnf<td>math.h<td>float scalbnf(float x, int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n319">p</a> <td>scalbnl<td>math.h<td>long double scalbnl(long double x, int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n313">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td>scalbln<td>math.h<td>double scalbln(double x, long int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n314">p</a> <td>scalblnf<td>math.h<td>float scalblnf(float x, long int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n315">p</a> <td>scalblnl<td>math.h<td>long double scalblnl(long double x, long int n);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n149">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td>cbrt<td>math.h<td>double cbrt(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n150">p</a> <td>cbrtf<td>math.h<td>float cbrtf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n151">p</a> <td>cbrtl<td>math.h<td>long double cbrtl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n189">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td>fabs<td>math.h<td>double fabs(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n190">p</a> <td>fabsf<td>math.h<td>float fabsf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n191">p</a> <td>fabsl<td>math.h<td>long double fabsl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n221">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n176">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n239">d</a> <td>hypot<td>math.h<td>double hypot(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n222">p</a> <td>hypotf<td>math.h<td>float hypotf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n223">p</a> <td>hypotl<td>math.h<td>long double hypotl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n293">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n255">d</a> <td>pow<td>math.h<td>double pow(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n294">p</a> <td>powf<td>math.h<td>float powf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n295">p</a> <td>powl<td>math.h<td>long double powl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n329">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n201">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n264">d</a> <td>sqrt<td>math.h<td>double sqrt(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n330">p</a> <td>sqrtf<td>math.h<td>float sqrtf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n331">p</a> <td>sqrtl<td>math.h<td>long double sqrtl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n169">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n163">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n226">d</a> <td>erf<td>math.h<td>double erf(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n170">p</a> <td>erff<td>math.h<td>float erff(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n171">p</a> <td>erfl<td>math.h<td>long double erfl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n173">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td>erfc<td>math.h<td>double erfc(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n174">p</a> <td>erfcf<td>math.h<td>float erfcf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n175">p</a> <td>erfcl<td>math.h<td>long double erfcl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n233">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td>lgamma<td>math.h<td>double lgamma(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n234">p</a> <td>lgammaf<td>math.h<td>float lgammaf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n235">p</a> <td>lgammal<td>math.h<td>long double lgammal(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n341">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n204">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n267">d</a> <td>tgamma<td>math.h<td>double tgamma(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n342">p</a> <td>tgammaf<td>math.h<td>float tgammaf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n343">p</a> <td>tgammal<td>math.h<td>long double tgammal(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n153">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td>ceil<td>math.h<td>double ceil(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n154">p</a> <td>ceilf<td>math.h<td>float ceilf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n155">p</a> <td>ceill<td>math.h<td>long double ceill(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n197">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td>floor<td>math.h<td>double floor(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n198">p</a> <td>floorf<td>math.h<td>float floorf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n199">p</a> <td>floorl<td>math.h<td>long double floorl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n281">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n189">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n252">d</a> <td>nearbyint<td>math.h<td>double nearbyint(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n282">p</a> <td>nearbyintf<td>math.h<td>float nearbyintf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n283">p</a> <td>nearbyintl<td>math.h<td>long double nearbyintl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n305">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n195">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n258">d</a> <td>rint<td>math.h<td>double rint(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n306">p</a> <td>rintf<td>math.h<td>float rintf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n307">p</a> <td>rintl<td>math.h<td>long double rintl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n265">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n187">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n250">d</a> <td>lrint<td>math.h<td>long int lrint(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n266">p</a> <td>lrintf<td>math.h<td>long int lrintf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n267">p</a> <td>lrintl<td>math.h<td>long int lrintl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n237">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n180">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n243">d</a> <td>llrint<td>math.h<td>long long int llrint(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n238">p</a> <td>llrintf<td>math.h<td>long long int llrintf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n239">p</a> <td>llrintl<td>math.h<td>long long int llrintl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n309">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td>round<td>math.h<td>double round(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n310">p</a> <td>roundf<td>math.h<td>float roundf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n311">p</a> <td>roundl<td>math.h<td>long double roundl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n269">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td>lround<td>math.h<td>long int lround(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n270">p</a> <td>lroundf<td>math.h<td>long int lroundf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n271">p</a> <td>lroundl<td>math.h<td>long int lroundl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n241">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td>llround<td>math.h<td>long long int llround(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n242">p</a> <td>llroundf<td>math.h<td>long long int llroundf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n243">p</a> <td>llroundl<td>math.h<td>long long int llroundl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n345">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td>trunc<td>math.h<td>double trunc(double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n346">p</a> <td>truncf<td>math.h<td>float truncf(float x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n347">p</a> <td>truncl<td>math.h<td>long double truncl(long double x);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n213">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n174">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n237">d</a> <td>fmod<td>math.h<td>double fmod(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n214">p</a> <td>fmodf<td>math.h<td>float fmodf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n215">p</a> <td>fmodl<td>math.h<td>long double fmodl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n297">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td>remainder<td>math.h<td>double remainder(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n298">p</a> <td>remainderf<td>math.h<td>float remainderf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n299">p</a> <td>remainderl<td>math.h<td>long double remainderl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n301">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td>remquo<td>math.h<td>double remquo(double x, double y, int *quo);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n302">p</a> <td>remquof<td>math.h<td>float remquof(float x, float y, int *quo);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n303">p</a> <td>remquol<td>math.h<td>long double remquol(long double x, long double y, int *quo);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n157">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n158">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n221">d</a> <td>copysign<td>math.h<td>double copysign(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n158">p</a> <td>copysignf<td>math.h<td>float copysignf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n159">p</a> <td>copysignl<td>math.h<td>long double copysignl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n277">p</a> <td>nan<td>math.h<td>double nan(const char *tagp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n278">p</a> <td>nanf<td>math.h<td>float nanf(const char *tagp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n279">p</a> <td>nanl<td>math.h<td>long double nanl(const char *tagp);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n285">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td>nextafter<td>math.h<td>double nextafter(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n286">p</a> <td>nextafterf<td>math.h<td>float nextafterf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n287">p</a> <td>nextafterl<td>math.h<td>long double nextafterl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n289">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n191">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n254">d</a> <td>nexttoward<td>math.h<td>double nexttoward(double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n290">p</a> <td>nexttowardf<td>math.h<td>float nexttowardf(float x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n291">p</a> <td>nexttowardl<td>math.h<td>long double nexttowardl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n193">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n169">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n232">d</a> <td>fdim<td>math.h<td>double fdim(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n194">p</a> <td>fdimf<td>math.h<td>float fdimf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n195">p</a> <td>fdiml<td>math.h<td>long double fdiml(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n205">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n172">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n235">d</a> <td>fmax<td>math.h<td>double fmax(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n206">p</a> <td>fmaxf<td>math.h<td>float fmaxf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n207">p</a> <td>fmaxl<td>math.h<td>long double fmaxl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n209">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td>fmin<td>math.h<td>double fmin(double x, double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n210">p</a> <td>fminf<td>math.h<td>float fminf(float x, float y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n211">p</a> <td>fminl<td>math.h<td>long double fminl(long double x, long double y);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n201">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n171">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n234">d</a> <td>fma<td>math.h<td>double fma(double x, double y, double z);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n202">p</a> <td>fmaf<td>math.h<td>float fmaf(float x, float y, float z);<td>B.11 Mathematics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n203">p</a> <td>fmal<td>math.h<td>long double fmal(long double x, long double y, long double z);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n118">d</a> <td>isgreater<td>math.h<td>int isgreater(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n119">d</a> <td>isgreaterequal<td>math.h<td>int isgreaterequal(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n115">d</a> <td>isless<td>math.h<td>int isless(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n116">d</a> <td>islessequal<td>math.h<td>int islessequal(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n117">d</a> <td>islessgreater<td>math.h<td>int islessgreater(real-floating x, real-floating y);<td>B.11 Mathematics
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n88">d</a> <td>isunordered<td>math.h<td>int isunordered(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n56">d</a> <td>fpclassify<td>math.h<td>int fpclassify(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n76">d</a> <td>isfinite<td>math.h<td>int isfinite(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n61">d</a> <td>isinf<td>math.h<td>int isinf(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n66">d</a> <td>isnan<td>math.h<td>int isnan(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n71">d</a> <td>isnormal<td>math.h<td>int isnormal(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n85">d</a> <td>signbit<td>math.h<td>int signbit(real-floating x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n123">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n146">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n209">d</a> <td>acos<td>math.h<td>double acos(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n124">p</a> <td>acosf<td>math.h<td>float acosf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n125">p</a> <td>acosl<td>math.h<td>long double acosl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n131">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n148">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n211">d</a> <td>asin<td>math.h<td>double asin(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n132">p</a> <td>asinf<td>math.h<td>float asinf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n133">p</a> <td>asinl<td>math.h<td>long double asinl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n139">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n150">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n213">d</a> <td>atan<td>math.h<td>double atan(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n140">p</a> <td>atanf<td>math.h<td>float atanf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n141">p</a> <td>atanl<td>math.h<td>long double atanl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n143">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n151">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n214">d</a> <td>atan2<td>math.h<td>double atan2(double y, double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n144">p</a> <td>atan2f<td>math.h<td>float atan2f(float y, float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n145">p</a> <td>atan2l<td>math.h<td>long double atan2l(long double y, long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n163">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td>cos<td>math.h<td>double cos(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n164">p</a> <td>cosf<td>math.h<td>float cosf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n165">p</a> <td>cosl<td>math.h<td>long double cosl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n323">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n199">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n262">d</a> <td>sin<td>math.h<td>double sin(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n324">p</a> <td>sinf<td>math.h<td>float sinf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n325">p</a> <td>sinl<td>math.h<td>long double sinl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n335">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td>tan<td>math.h<td>double tan(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n336">p</a> <td>tanf<td>math.h<td>float tanf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n337">p</a> <td>tanl<td>math.h<td>long double tanl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n127">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td>acosh<td>math.h<td>double acosh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n128">p</a> <td>acoshf<td>math.h<td>float acoshf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n129">p</a> <td>acoshl<td>math.h<td>long double acoshl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n135">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n149">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n212">d</a> <td>asinh<td>math.h<td>double asinh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n136">p</a> <td>asinhf<td>math.h<td>float asinhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n137">p</a> <td>asinhl<td>math.h<td>long double asinhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n147">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n152">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n215">d</a> <td>atanh<td>math.h<td>double atanh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n148">p</a> <td>atanhf<td>math.h<td>float atanhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n149">p</a> <td>atanhl<td>math.h<td>long double atanhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n167">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td>cosh<td>math.h<td>double cosh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n168">p</a> <td>coshf<td>math.h<td>float coshf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n169">p</a> <td>coshl<td>math.h<td>long double coshl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n327">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n200">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n263">d</a> <td>sinh<td>math.h<td>double sinh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n328">p</a> <td>sinhf<td>math.h<td>float sinhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n329">p</a> <td>sinhl<td>math.h<td>long double sinhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n339">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n203">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n266">d</a> <td>tanh<td>math.h<td>double tanh(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n340">p</a> <td>tanhf<td>math.h<td>float tanhf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n341">p</a> <td>tanhl<td>math.h<td>long double tanhl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n165">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n228">d</a> <td>exp<td>math.h<td>double exp(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n180">p</a> <td>expf<td>math.h<td>float expf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n181">p</a> <td>expl<td>math.h<td>long double expl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n183">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n166">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n229">d</a> <td>exp2<td>math.h<td>double exp2(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n184">p</a> <td>exp2f<td>math.h<td>float exp2f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n185">p</a> <td>exp2l<td>math.h<td>long double exp2l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td>expm1<td>math.h<td>double expm1(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n188">p</a> <td>expm1f<td>math.h<td>float expm1f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n189">p</a> <td>expm1l<td>math.h<td>long double expm1l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n219">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n175">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n238">d</a> <td>frexp<td>math.h<td>double frexp(double value, int *exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n220">p</a> <td>frexpf<td>math.h<td>float frexpf(float value, int *exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n221">p</a> <td>frexpl<td>math.h<td>long double frexpl(long double value, int *exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n227">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n177">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n240">d</a> <td>ilogb<td>math.h<td>int ilogb(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n228">p</a> <td>ilogbf<td>math.h<td>int ilogbf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n229">p</a> <td>ilogbl<td>math.h<td>int ilogbl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n231">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td>ldexp<td>math.h<td>double ldexp(double x, int exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n232">p</a> <td>ldexpf<td>math.h<td>float ldexpf(float x, int exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n233">p</a> <td>ldexpl<td>math.h<td>long double ldexpl(long double x, int exp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n247">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n182">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n245">d</a> <td>log<td>math.h<td>double log(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n248">p</a> <td>logf<td>math.h<td>float logf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n249">p</a> <td>logl<td>math.h<td>long double logl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n251">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n183">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n246">d</a> <td>log10<td>math.h<td>double log10(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n252">p</a> <td>log10f<td>math.h<td>float log10f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n253">p</a> <td>log10l<td>math.h<td>long double log10l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n255">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td>log1p<td>math.h<td>double log1p(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n256">p</a> <td>log1pf<td>math.h<td>float log1pf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n257">p</a> <td>log1pl<td>math.h<td>long double log1pl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n259">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td>log2<td>math.h<td>double log2(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n260">p</a> <td>log2f<td>math.h<td>float log2f(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n261">p</a> <td>log2l<td>math.h<td>long double log2l(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n263">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n186">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n249">d</a> <td>logb<td>math.h<td>double logb(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n264">p</a> <td>logbf<td>math.h<td>float logbf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n265">p</a> <td>logbl<td>math.h<td>long double logbl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n275">p</a> <td>modf<td>math.h<td>double modf(double value, double *iptr);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n276">p</a> <td>modff<td>math.h<td>float modff(float value, float *iptr);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n277">p</a> <td>modfl<td>math.h<td>long double modfl(long double value, long double *iptr);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n319">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n198">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n261">d</a> <td>scalbn<td>math.h<td>double scalbn(double x, int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n320">p</a> <td>scalbnf<td>math.h<td>float scalbnf(float x, int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n321">p</a> <td>scalbnl<td>math.h<td>long double scalbnl(long double x, int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n315">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td>scalbln<td>math.h<td>double scalbln(double x, long int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n316">p</a> <td>scalblnf<td>math.h<td>float scalblnf(float x, long int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n317">p</a> <td>scalblnl<td>math.h<td>long double scalblnl(long double x, long int n);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n151">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td>cbrt<td>math.h<td>double cbrt(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n152">p</a> <td>cbrtf<td>math.h<td>float cbrtf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n153">p</a> <td>cbrtl<td>math.h<td>long double cbrtl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n191">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td>fabs<td>math.h<td>double fabs(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n192">p</a> <td>fabsf<td>math.h<td>float fabsf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n193">p</a> <td>fabsl<td>math.h<td>long double fabsl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n223">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n176">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n239">d</a> <td>hypot<td>math.h<td>double hypot(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n224">p</a> <td>hypotf<td>math.h<td>float hypotf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n225">p</a> <td>hypotl<td>math.h<td>long double hypotl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n295">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n255">d</a> <td>pow<td>math.h<td>double pow(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n296">p</a> <td>powf<td>math.h<td>float powf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n297">p</a> <td>powl<td>math.h<td>long double powl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n331">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n201">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n264">d</a> <td>sqrt<td>math.h<td>double sqrt(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n332">p</a> <td>sqrtf<td>math.h<td>float sqrtf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n333">p</a> <td>sqrtl<td>math.h<td>long double sqrtl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n171">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n163">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n226">d</a> <td>erf<td>math.h<td>double erf(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n172">p</a> <td>erff<td>math.h<td>float erff(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n173">p</a> <td>erfl<td>math.h<td>long double erfl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n175">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td>erfc<td>math.h<td>double erfc(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n176">p</a> <td>erfcf<td>math.h<td>float erfcf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n177">p</a> <td>erfcl<td>math.h<td>long double erfcl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n235">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td>lgamma<td>math.h<td>double lgamma(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n236">p</a> <td>lgammaf<td>math.h<td>float lgammaf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n237">p</a> <td>lgammal<td>math.h<td>long double lgammal(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n343">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n204">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n267">d</a> <td>tgamma<td>math.h<td>double tgamma(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n344">p</a> <td>tgammaf<td>math.h<td>float tgammaf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n345">p</a> <td>tgammal<td>math.h<td>long double tgammal(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n155">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td>ceil<td>math.h<td>double ceil(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n156">p</a> <td>ceilf<td>math.h<td>float ceilf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n157">p</a> <td>ceill<td>math.h<td>long double ceill(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n199">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td>floor<td>math.h<td>double floor(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n200">p</a> <td>floorf<td>math.h<td>float floorf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n201">p</a> <td>floorl<td>math.h<td>long double floorl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n283">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n189">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n252">d</a> <td>nearbyint<td>math.h<td>double nearbyint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n284">p</a> <td>nearbyintf<td>math.h<td>float nearbyintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n285">p</a> <td>nearbyintl<td>math.h<td>long double nearbyintl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n307">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n195">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n258">d</a> <td>rint<td>math.h<td>double rint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n308">p</a> <td>rintf<td>math.h<td>float rintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n309">p</a> <td>rintl<td>math.h<td>long double rintl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n267">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n187">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n250">d</a> <td>lrint<td>math.h<td>long int lrint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n268">p</a> <td>lrintf<td>math.h<td>long int lrintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n269">p</a> <td>lrintl<td>math.h<td>long int lrintl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n239">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n180">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n243">d</a> <td>llrint<td>math.h<td>long long int llrint(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n240">p</a> <td>llrintf<td>math.h<td>long long int llrintf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n241">p</a> <td>llrintl<td>math.h<td>long long int llrintl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n311">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td>round<td>math.h<td>double round(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n312">p</a> <td>roundf<td>math.h<td>float roundf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n313">p</a> <td>roundl<td>math.h<td>long double roundl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n271">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td>lround<td>math.h<td>long int lround(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n272">p</a> <td>lroundf<td>math.h<td>long int lroundf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n273">p</a> <td>lroundl<td>math.h<td>long int lroundl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n243">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td>llround<td>math.h<td>long long int llround(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n244">p</a> <td>llroundf<td>math.h<td>long long int llroundf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n245">p</a> <td>llroundl<td>math.h<td>long long int llroundl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n347">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td>trunc<td>math.h<td>double trunc(double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n348">p</a> <td>truncf<td>math.h<td>float truncf(float x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n349">p</a> <td>truncl<td>math.h<td>long double truncl(long double x);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n215">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n174">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n237">d</a> <td>fmod<td>math.h<td>double fmod(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n216">p</a> <td>fmodf<td>math.h<td>float fmodf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n217">p</a> <td>fmodl<td>math.h<td>long double fmodl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n299">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td>remainder<td>math.h<td>double remainder(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n300">p</a> <td>remainderf<td>math.h<td>float remainderf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n301">p</a> <td>remainderl<td>math.h<td>long double remainderl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n303">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td>remquo<td>math.h<td>double remquo(double x, double y, int *quo);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n304">p</a> <td>remquof<td>math.h<td>float remquof(float x, float y, int *quo);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n305">p</a> <td>remquol<td>math.h<td>long double remquol(long double x, long double y, int *quo);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n159">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n158">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n221">d</a> <td>copysign<td>math.h<td>double copysign(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n160">p</a> <td>copysignf<td>math.h<td>float copysignf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n161">p</a> <td>copysignl<td>math.h<td>long double copysignl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n279">p</a> <td>nan<td>math.h<td>double nan(const char *tagp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n280">p</a> <td>nanf<td>math.h<td>float nanf(const char *tagp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n281">p</a> <td>nanl<td>math.h<td>long double nanl(const char *tagp);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n287">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td>nextafter<td>math.h<td>double nextafter(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n288">p</a> <td>nextafterf<td>math.h<td>float nextafterf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n289">p</a> <td>nextafterl<td>math.h<td>long double nextafterl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n291">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n191">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n254">d</a> <td>nexttoward<td>math.h<td>double nexttoward(double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n292">p</a> <td>nexttowardf<td>math.h<td>float nexttowardf(float x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n293">p</a> <td>nexttowardl<td>math.h<td>long double nexttowardl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n195">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n169">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n232">d</a> <td>fdim<td>math.h<td>double fdim(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n196">p</a> <td>fdimf<td>math.h<td>float fdimf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n197">p</a> <td>fdiml<td>math.h<td>long double fdiml(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n207">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n172">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n235">d</a> <td>fmax<td>math.h<td>double fmax(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n208">p</a> <td>fmaxf<td>math.h<td>float fmaxf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n209">p</a> <td>fmaxl<td>math.h<td>long double fmaxl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n211">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td>fmin<td>math.h<td>double fmin(double x, double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n212">p</a> <td>fminf<td>math.h<td>float fminf(float x, float y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n213">p</a> <td>fminl<td>math.h<td>long double fminl(long double x, long double y);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n203">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n171">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n234">d</a> <td>fma<td>math.h<td>double fma(double x, double y, double z);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n204">p</a> <td>fmaf<td>math.h<td>float fmaf(float x, float y, float z);<td>B.11 Mathematics
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n205">p</a> <td>fmal<td>math.h<td>long double fmal(long double x, long double y, long double z);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n120">d</a> <td>isgreater<td>math.h<td>int isgreater(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n121">d</a> <td>isgreaterequal<td>math.h<td>int isgreaterequal(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n117">d</a> <td>isless<td>math.h<td>int isless(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n118">d</a> <td>islessequal<td>math.h<td>int islessequal(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n119">d</a> <td>islessgreater<td>math.h<td>int islessgreater(real-floating x, real-floating y);<td>B.11 Mathematics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n90">d</a> <td>isunordered<td>math.h<td>int isunordered(real-floating x, real-floating y);<td>B.11 Mathematics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n16">t</a> <td>jmp_buf<td>setjmp.h<td>&#160;<td>B.12 Nonlocal jumps
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n32">p</a> <td>setjmp<td>setjmp.h<td>int setjmp(jmp_buf env);<td>B.12 Nonlocal jumps
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n36">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n33">p</a> <td>longjmp<td>setjmp.h<td>void longjmp(jmp_buf env, int val);<td>B.12 Nonlocal jumps
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n243">t</a> <td>sig_atomic_t<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n241">d</a> <td>SIG_IGN<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n239">t</a> <td>sig_atomic_t<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n237">d</a> <td>SIG_IGN<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGILL<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGTERM<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n240">d</a> <td>SIG_DFL<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n236">d</a> <td>SIG_DFL<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGABRT<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGINT<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n239">d</a> <td>SIG_ERR<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n235">d</a> <td>SIG_ERR<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGFPE<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGSEGV<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n245">p</a> <td>signal<td>signal.h<td>void (*signal(int sig, void (*func)(int)))(int);<td>B.13 Signal handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n246">p</a> <td>raise<td>signal.h<td>int raise(int sig);<td>B.13 Signal handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n241">p</a> <td>signal<td>signal.h<td>void (*signal(int sig, void (*func)(int)))(int);<td>B.13 Signal handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n242">p</a> <td>raise<td>signal.h<td>int raise(int sig);<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>t t v v <td>va_list<td>stdarg.h<td>&#160;<td>B.14 Variable arguments
 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n15">d</a> <td>va_arg<td>stdarg.h<td>type va_arg(va_list ap, type);<td>B.14 Variable arguments
 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n16">d</a> <td>va_copy<td>stdarg.h<td>void va_copy(va_list dest, va_list src);<td>B.14 Variable arguments
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n27">p</a> <td>memset<td>string.h<td>void *memset(void *s, int c, size_t n);<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n54">p</a> <td>strerror<td>string.h<td>char *strerror(int errnum);<td>B.20 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n52">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/un.h#n24">p</a> <td>strlen<td>string.h<td>size_t strlen(const char *s);<td>B.20 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n121">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n146">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n209">d</a> <td>acos<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n329">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n201">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n264">d</a> <td>sqrt<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n213">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n174">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n237">d</a> <td>fmod<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n285">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td>nextafter<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n129">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n148">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n211">d</a> <td>asin<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n189">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td>fabs<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n217">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n175">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n238">d</a> <td>frexp<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n289">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n191">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n254">d</a> <td>nexttoward<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n137">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n150">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n213">d</a> <td>atan<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n141">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n151">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n214">d</a> <td>atan2<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n221">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n176">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n239">d</a> <td>hypot<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n297">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td>remainder<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n125">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td>acosh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n149">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td>cbrt<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n225">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n177">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n240">d</a> <td>ilogb<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n301">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td>remquo<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n133">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n149">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n212">d</a> <td>asinh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n153">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td>ceil<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n229">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td>ldexp<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n305">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n195">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n258">d</a> <td>rint<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n145">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n152">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n215">d</a> <td>atanh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n157">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n158">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n221">d</a> <td>copysign<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n233">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td>lgamma<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n309">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td>round<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n161">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td>cos<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n169">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n163">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n226">d</a> <td>erf<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n237">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n180">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n243">d</a> <td>llrint<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n317">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n198">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n261">d</a> <td>scalbn<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n321">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n199">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n262">d</a> <td>sin<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n173">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td>erfc<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n241">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td>llround<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n313">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td>scalbln<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n333">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td>tan<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n181">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n166">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n229">d</a> <td>exp2<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n249">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n183">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n246">d</a> <td>log10<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n341">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n204">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n267">d</a> <td>tgamma<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n165">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td>cosh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n185">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td>expm1<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n253">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td>log1p<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n345">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td>trunc<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n325">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n200">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n263">d</a> <td>sinh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n193">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n169">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n232">d</a> <td>fdim<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n257">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td>log2<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n123">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n146">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n209">d</a> <td>acos<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n331">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n201">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n264">d</a> <td>sqrt<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n215">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n174">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n237">d</a> <td>fmod<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n287">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td>nextafter<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n131">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n148">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n211">d</a> <td>asin<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n191">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td>fabs<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n219">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n175">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n238">d</a> <td>frexp<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n291">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n191">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n254">d</a> <td>nexttoward<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n139">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n150">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n213">d</a> <td>atan<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n143">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n151">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n214">d</a> <td>atan2<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n223">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n176">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n239">d</a> <td>hypot<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n299">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td>remainder<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n127">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td>acosh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n151">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td>cbrt<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n227">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n177">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n240">d</a> <td>ilogb<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n303">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td>remquo<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n135">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n149">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n212">d</a> <td>asinh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n155">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td>ceil<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n231">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td>ldexp<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n307">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n195">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n258">d</a> <td>rint<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n147">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n152">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n215">d</a> <td>atanh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n159">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n158">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n221">d</a> <td>copysign<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n235">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td>lgamma<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n311">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td>round<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n163">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td>cos<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n171">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n163">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n226">d</a> <td>erf<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n239">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n180">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n243">d</a> <td>llrint<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n319">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n198">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n261">d</a> <td>scalbn<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n323">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n199">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n262">d</a> <td>sin<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n175">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td>erfc<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n243">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td>llround<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n315">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td>scalbln<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n335">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td>tan<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n183">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n166">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n229">d</a> <td>exp2<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n251">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n183">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n246">d</a> <td>log10<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n343">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n204">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n267">d</a> <td>tgamma<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n167">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td>cosh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td>expm1<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n255">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td>log1p<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n347">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td>trunc<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n327">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n200">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n263">d</a> <td>sinh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n195">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n169">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n232">d</a> <td>fdim<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n259">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td>log2<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n84">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n153">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n216">d</a> <td>carg<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n337">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n203">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n266">d</a> <td>tanh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n197">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td>floor<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n261">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n186">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n249">d</a> <td>logb<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n339">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n203">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n266">d</a> <td>tanh<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n199">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td>floor<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n263">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n186">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n249">d</a> <td>logb<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n111">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n88">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n156">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n219">d</a> <td>cimag<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n177">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n165">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n228">d</a> <td>exp<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n201">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n171">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n234">d</a> <td>fma<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n265">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n187">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n250">d</a> <td>lrint<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n165">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n228">d</a> <td>exp<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n203">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n171">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n234">d</a> <td>fma<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n267">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n187">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n250">d</a> <td>lrint<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n92">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n157">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n220">d</a> <td>conj<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n245">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n182">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n245">d</a> <td>log<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n205">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n172">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n235">d</a> <td>fmax<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n269">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td>lround<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n247">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n182">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n245">d</a> <td>log<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n207">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n172">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n235">d</a> <td>fmax<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n271">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td>lround<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n96">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n161">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n224">d</a> <td>cproj<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n293">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n255">d</a> <td>pow<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n209">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td>fmin<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n281">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n189">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n252">d</a> <td>nearbyint<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n295">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n255">d</a> <td>pow<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n211">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td>fmin<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n283">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n189">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n252">d</a> <td>nearbyint<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n107">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n100">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n162">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n225">d</a> <td>creal<td>tgmath.h<td>&#160;<td>B.21 Type-generic math
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n37">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n39">d</a> <td>NULL<td>time.h<td>&#160;<td>B.22 Date and time
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n1">v</a> t <td>size_t<td>time.h<td>&#160;<td>B.22 Date and time
index 8b12411..149c467 100644 (file)
@@ -1,5 +1,5 @@
 <h3>musl vs posix api</h3>
-<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=b589fb4e2999026494fa4bced90aeca9e613f754">b589fb4e2999026494fa4bced90aeca9e613f754</a><br>Date:   2014-01-03 14:33:44 -0500<br><br>    release 0.9.15
+<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=8afa7cf5d00eac6dbfca3da9d8678f32f650a00d">8afa7cf5d00eac6dbfca3da9d8678f32f650a00d</a><br>Date:   2014-03-20 04:41:15 -0400<br><br>    release 1.0.0
 <h4>legend</h4><ul><li>status: musl implementation status summary<ul><li>(empty) - implemented<li>nosym - prototype found in include files (see decl) but not in libc.a (see sym)<li>nodecl - symbol is in libc.a but not declared in a public header<li>missing - neither in include files (see decl) nor in libc.a (see sym)</ul><li>sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)<ul><li>C - symbol is common (uninitialized data)<li>D - symbol is in the initialized data section<li>R - symbol is in the read only data section<li>T - symbol is in the text section<li>V - weak object<li>W - weak symbol</ul><li>decl: kind of declaration as found by `ctags -R include` (every occurance is reported)<ul><li>d - macro definition<li>p - function prototype<li>x - external and forward variable declaration</ul></ul><p>(STREAMS and posix_trace* apis are excluded)
 <h4>table</h4><table border=1><tr><th colspan=3>musl<th colspan=4>posix<tr><th>status<th>sym<th>decl<th>name<th>header<th>option<th>desc
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/select.h#n29">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_CLR.html">FD_CLR</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n126">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/a64l.html">a64l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>a64l, l64a - convert between a 32-bit integer and a radix-64 ASCII string
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n44">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/abort.html">abort</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>abort - generate an abnormal process abort
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/abs.html">abs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>abs - return an integer absolute value
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n277">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/accept.html">accept</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>accept - accept a new connection on a socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n282">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/accept.html">accept</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>accept - accept a new connection on a socket
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n73">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/access.html">access</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>access, faccessat - determine accessibility of a file relative to directory file descriptor
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n121">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n146">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n209">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acos.html">acos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acos, acosf, acosl - arc cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n122">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acosf.html">acosf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acos, acosf, acosl - arc cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n125">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acosh.html">acosh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acosh, acoshf, acoshl - inverse hyperbolic cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n126">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acoshf.html">acoshf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acosh, acoshf, acoshl - inverse hyperbolic cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n127">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acoshl.html">acoshl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acosh, acoshf, acoshl - inverse hyperbolic cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n123">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acosl.html">acosl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acos, acosf, acosl - arc cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n123">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n146">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n209">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acos.html">acos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acos, acosf, acosl - arc cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n124">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acosf.html">acosf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acos, acosf, acosl - arc cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n127">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n147">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n210">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acosh.html">acosh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acosh, acoshf, acoshl - inverse hyperbolic cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n128">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acoshf.html">acoshf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acosh, acoshf, acoshl - inverse hyperbolic cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n129">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acoshl.html">acoshl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acosh, acoshf, acoshl - inverse hyperbolic cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n125">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/acosl.html">acosl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>acos, acosf, acosl - arc cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/aio.h#n46">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/aio_cancel.html">aio_cancel</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html">aio.h</a><td>&#160;<td>aio_cancel - cancel an asynchronous I/O request
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/aio.h#n44">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/aio_error.html">aio_error</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html">aio.h</a><td>&#160;<td>aio_error - retrieve errors status for an asynchronous I/O operation
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/aio.h#n48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/aio_fsync.html">aio_fsync</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html">aio.h</a><td>&#160;<td>aio_fsync - asynchronous file synchronization
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n41">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/alphasort.html">alphasort</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>alphasort, scandir - scan a directory
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asctime.html">asctime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a><td>asctime, asctime_r - convert date and time to a string
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n74">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asctime_r.html">asctime_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>asctime, asctime_r - convert date and time to a string
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n129">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n148">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n211">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asin.html">asin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asin, asinf, asinl - arc sine function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n130">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinf.html">asinf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asin, asinf, asinl - arc sine function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n133">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n149">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n212">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinh.html">asinh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asinh, asinhf, asinhl - inverse hyperbolic sine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n134">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinhf.html">asinhf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asinh, asinhf, asinhl - inverse hyperbolic sine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n135">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinhl.html">asinhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asinh, asinhf, asinhl - inverse hyperbolic sine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n131">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinl.html">asinl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asin, asinf, asinl - arc sine function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n131">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n148">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n211">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asin.html">asin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asin, asinf, asinl - arc sine function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n132">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinf.html">asinf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asin, asinf, asinl - arc sine function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n135">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n149">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n212">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinh.html">asinh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asinh, asinhf, asinhl - inverse hyperbolic sine functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n136">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinhf.html">asinhf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asinh, asinhf, asinhl - inverse hyperbolic sine functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n137">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinhl.html">asinhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asinh, asinhf, asinhl - inverse hyperbolic sine functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n133">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/asinl.html">asinl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>asin, asinf, asinl - arc sine function
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n3">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n6">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n8">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/assert.html">assert</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/assert.h.html">assert.h</a><td>&#160;<td>assert - insert program diagnostics
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n137">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n150">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n213">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan.html">atan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan, atanf, atanl - arc tangent function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n141">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n151">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n214">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan2.html">atan2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan2, atan2f, atan2l - arc tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n142">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan2f.html">atan2f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan2, atan2f, atan2l - arc tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n143">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan2l.html">atan2l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan2, atan2f, atan2l - arc tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n138">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanf.html">atanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan, atanf, atanl - arc tangent function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n145">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n152">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n215">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanh.html">atanh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atanh, atanhf, atanhl - inverse hyperbolic tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n146">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanhf.html">atanhf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atanh, atanhf, atanhl - inverse hyperbolic tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n147">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanhl.html">atanhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atanh, atanhf, atanhl - inverse hyperbolic tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n139">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanl.html">atanl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan, atanf, atanl - arc tangent function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n139">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n150">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n213">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan.html">atan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan, atanf, atanl - arc tangent function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n143">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n151">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n214">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan2.html">atan2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan2, atan2f, atan2l - arc tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n144">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan2f.html">atan2f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan2, atan2f, atan2l - arc tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n145">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atan2l.html">atan2l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan2, atan2f, atan2l - arc tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n140">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanf.html">atanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan, atanf, atanl - arc tangent function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n147">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n152">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n215">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanh.html">atanh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atanh, atanhf, atanhl - inverse hyperbolic tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n148">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanhf.html">atanhf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atanh, atanhf, atanhl - inverse hyperbolic tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n149">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanhl.html">atanhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atanh, atanhf, atanhl - inverse hyperbolic tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n141">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atanl.html">atanl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>atan, atanf, atanl - arc tangent function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n45">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atexit.html">atexit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>atexit - register a function to run at process termination
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atof.html">atof</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>atof - convert a string to a double-precision number
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atoi.html">atoi</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>atoi - convert a string to an integer
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atol.html">atol</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>atol, atoll - convert a string to a long integer
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/atoll.html">atoll</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>atol, atoll - convert a string to a long integer
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/libgen.h#n9">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n98">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/basename.html">basename</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/libgen.h.html">libgen.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>basename - return the last component of a pathname
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n274">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/bind.html">bind</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>bind - bind a name to a socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n279">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/bind.html">bind</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>bind - bind a name to a socket
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n55">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/bsearch.html">bsearch</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>bsearch - binary search a sorted table
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n82">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/btowc.html">btowc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>btowc - single byte to wide character conversion
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n72">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cabs.html">cabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cabs, cabsf, cabsl - return a complex absolute value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/nl_types.h#n16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/catclose.html">catclose</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/nl_types.h.html">nl_types.h</a><td>&#160;<td>catclose - close a message catalog descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/nl_types.h#n15">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/catgets.html">catgets</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/nl_types.h.html">nl_types.h</a><td>&#160;<td>catgets - read a program message
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/nl_types.h#n14">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/catopen.html">catopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/nl_types.h.html">nl_types.h</a><td>&#160;<td>catopen - open a message catalog
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n149">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cbrt.html">cbrt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cbrt, cbrtf, cbrtl - cube root functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n150">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cbrtf.html">cbrtf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cbrt, cbrtf, cbrtl - cube root functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n151">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cbrtl.html">cbrtl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cbrt, cbrtf, cbrtl - cube root functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n151">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n154">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n217">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cbrt.html">cbrt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cbrt, cbrtf, cbrtl - cube root functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n152">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cbrtf.html">cbrtf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cbrt, cbrtf, cbrtl - cube root functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n153">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cbrtl.html">cbrtl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cbrt, cbrtf, cbrtl - cube root functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ccos.html">ccos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ccos, ccosf, ccosl - complex cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ccosf.html">ccosf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ccos, ccosf, ccosl - complex cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ccosh.html">ccosh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ccosh, ccoshf, ccoshl - complex hyperbolic cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ccoshf.html">ccoshf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ccosh, ccoshf, ccoshl - complex hyperbolic cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ccoshl.html">ccoshl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ccosh, ccoshf, ccoshl - complex hyperbolic cosine functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ccosl.html">ccosl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>ccos, ccosf, ccosl - complex cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n153">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ceil.html">ceil</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ceil, ceilf, ceill - ceiling value function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n154">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ceilf.html">ceilf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ceil, ceilf, ceill - ceiling value function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n155">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ceill.html">ceill</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ceil, ceilf, ceill - ceiling value function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n155">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n155">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n218">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ceil.html">ceil</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ceil, ceilf, ceill - ceiling value function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n156">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ceilf.html">ceilf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ceil, ceilf, ceill - ceiling value function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n157">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ceill.html">ceill</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ceil, ceilf, ceill - ceiling value function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n64">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cexp.html">cexp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cexp, cexpf, cexpl - complex exponential functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n65">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cexpf.html">cexpf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cexp, cexpf, cexpl - complex exponential functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n66">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cexpl.html">cexpl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cexp, cexpf, cexpl - complex exponential functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n92">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n157">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n220">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/conj.html">conj</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>conj, conjf, conjl - complex conjugate functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n93">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/conjf.html">conjf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>conj, conjf, conjl - complex conjugate functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n94">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/conjl.html">conjl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>conj, conjf, conjl - complex conjugate functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n275">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/connect.html">connect</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>connect - connect a socket
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n157">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n158">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n221">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/copysign.html">copysign</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>copysign, copysignf, copysignl - number manipulation function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n158">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/copysignf.html">copysignf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>copysign, copysignf, copysignl - number manipulation function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n159">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/copysignl.html">copysignl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>copysign, copysignf, copysignl - number manipulation function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n161">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cos.html">cos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cos, cosf, cosl - cosine function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n162">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cosf.html">cosf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cos, cosf, cosl - cosine function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n165">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cosh.html">cosh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cosh, coshf, coshl - hyperbolic cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n166">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/coshf.html">coshf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cosh, coshf, coshl - hyperbolic cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n167">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/coshl.html">coshl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cosh, coshf, coshl - hyperbolic cosine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n163">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cosl.html">cosl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cos, cosf, cosl - cosine function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n280">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/connect.html">connect</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>connect - connect a socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n159">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n158">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n221">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/copysign.html">copysign</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>copysign, copysignf, copysignl - number manipulation function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n160">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/copysignf.html">copysignf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>copysign, copysignf, copysignl - number manipulation function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n161">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/copysignl.html">copysignl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>copysign, copysignf, copysignl - number manipulation function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n163">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n159">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n222">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cos.html">cos</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cos, cosf, cosl - cosine function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n164">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cosf.html">cosf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cos, cosf, cosl - cosine function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n167">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n160">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n223">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cosh.html">cosh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cosh, coshf, coshl - hyperbolic cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n168">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/coshf.html">coshf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cosh, coshf, coshl - hyperbolic cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n169">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/coshl.html">coshl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cosh, coshf, coshl - hyperbolic cosine functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n165">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cosl.html">cosl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>cos, cosf, cosl - cosine function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n76">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cpow.html">cpow</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cpow, cpowf, cpowl - complex power functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n77">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cpowf.html">cpowf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cpow, cpowf, cpowl - complex power functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n78">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/cpowl.html">cpowl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html">complex.h</a><td>&#160;<td>cpow, cpowf, cpowl - complex power functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n39">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dup.html">dup</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>dup, dup2 - duplicate an open file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n40">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html">dup2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>dup, dup2 - duplicate an open file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n74">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/duplocale.html">duplocale</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html">locale.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>duplocale - duplicate a locale object
-<tr><td>nosym<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n148">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/encrypt.html">encrypt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>encrypt - encoding function (<b>CRYPT</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n148">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/encrypt.html">encrypt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>encrypt - encoding function (<b>CRYPT</b>)
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/grp.h#n34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endgrent.html">endgrent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/grp.h.html">grp.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endgrent, getgrent, setgrent - group database entry functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n99">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endhostent.html">endhostent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endhostent, gethostent, sethostent - network host database functions
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n103">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endnetent.html">endnetent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/utmpx.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/endutxent.html">endutxent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
 <tr><td>&#160;<td>V<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n183">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/environ.html">environ</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n129">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erand48.html">erand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n169">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n163">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n226">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erf.html">erf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erf, erff, erfl - error functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n173">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfc.html">erfc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erfc, erfcf, erfcl - complementary error functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n174">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfcf.html">erfcf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erfc, erfcf, erfcl - complementary error functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n175">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfcl.html">erfcl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erfc, erfcf, erfcl - complementary error functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n170">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erff.html">erff</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erf, erff, erfl - error functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n171">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfl.html">erfl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erf, erff, erfl - error functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n171">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n163">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n226">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erf.html">erf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erf, erff, erfl - error functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n175">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n164">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n227">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfc.html">erfc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erfc, erfcf, erfcl - complementary error functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n176">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfcf.html">erfcf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erfc, erfcf, erfcl - complementary error functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n177">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfcl.html">erfcl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erfc, erfcf, erfcl - complementary error functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n172">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erff.html">erff</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erf, erff, erfl - error functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n173">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/erfl.html">erfl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>erf, erff, erfl - error functions
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/errno.h#n16">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/errno.html">errno</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/errno.h.html">errno.h</a><td>&#160;<td>errno - error return value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n88">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/execl.html">execl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n87">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/execle.html">execle</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n85">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/execve.html">execve</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n89">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/execvp.html">execvp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n46">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exit.html">exit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>exit - terminate a process
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n177">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n165">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n228">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp.html">exp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp, expf, expl - exponential function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n181">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n166">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n229">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp2.html">exp2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp2, exp2f, exp2l - exponential base 2 functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n182">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp2f.html">exp2f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp2, exp2f, exp2l - exponential base 2 functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n183">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp2l.html">exp2l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp2, exp2f, exp2l - exponential base 2 functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n178">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expf.html">expf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp, expf, expl - exponential function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n179">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expl.html">expl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp, expf, expl - exponential function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n185">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expm1.html">expm1</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>expm1, expm1f, expm1l - compute exponential functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n186">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expm1f.html">expm1f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>expm1, expm1f, expm1l - compute exponential functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n187">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expm1l.html">expm1l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>expm1, expm1f, expm1l - compute exponential functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n189">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fabs.html">fabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fabs, fabsf, fabsl - absolute value function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n190">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fabsf.html">fabsf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fabs, fabsf, fabsl - absolute value function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n191">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fabsl.html">fabsl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fabs, fabsf, fabsl - absolute value function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n179">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n165">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n228">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp.html">exp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp, expf, expl - exponential function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n183">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n166">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n229">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp2.html">exp2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp2, exp2f, exp2l - exponential base 2 functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n184">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp2f.html">exp2f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp2, exp2f, exp2l - exponential base 2 functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n185">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/exp2l.html">exp2l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp2, exp2f, exp2l - exponential base 2 functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n180">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expf.html">expf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp, expf, expl - exponential function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n181">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expl.html">expl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>exp, expf, expl - exponential function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n187">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n167">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n230">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expm1.html">expm1</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>expm1, expm1f, expm1l - compute exponential functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n188">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expm1f.html">expm1f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>expm1, expm1f, expm1l - compute exponential functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n189">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/expm1l.html">expm1l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>expm1, expm1f, expm1l - compute exponential functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n191">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n168">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n231">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fabs.html">fabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fabs, fabsf, fabsl - absolute value function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n192">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fabsf.html">fabsf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fabs, fabsf, fabsl - absolute value function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n193">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fabsl.html">fabsl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fabs, fabsf, fabsl - absolute value function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n74">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/faccessat.html">faccessat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>access, faccessat - determine accessibility of a file relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n77">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html">fchdir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>fchdir - change working directory
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/stat.h#n78">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchmod.html">fchmod</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>fchmod - change mode of a file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n65">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fclose.html">fclose</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fclose - close a stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fcntl.html">fcntl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html">fcntl.h</a><td>&#160;<td>fcntl - file control
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n44">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdatasync.html">fdatasync</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SIO">SIO</a><td>fdatasync - synchronize the data of a file (<b>REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n193">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n169">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n232">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdim.html">fdim</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n194">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdimf.html">fdimf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n195">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdiml.html">fdiml</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n195">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n169">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n232">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdim.html">fdim</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n196">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdimf.html">fdimf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n197">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdiml.html">fdiml</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fdim, fdimf, fdiml - compute positive difference between two floating-point numbers
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n132">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdopen.html">fdopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>fdopen - associate a stream with a file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdopendir.html">fdopendir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>fdopendir, opendir - open directory associated with file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n10">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/feclearexcept.html">feclearexcept</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fenv.h.html">fenv.h</a><td>&#160;<td>feclearexcept - clear floating-point exception
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n133">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fgetws.html">fgetws</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>fgetws - get a wide-character string from a stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n135">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fileno.html">fileno</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>fileno - map a stream pointer to a file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n140">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/flockfile.html">flockfile</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>flockfile, ftrylockfile, funlockfile - stdio locking functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n197">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/floor.html">floor</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>floor, floorf, floorl - floor function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n198">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/floorf.html">floorf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>floor, floorf, floorl - floor function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n199">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/floorl.html">floorl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>floor, floorf, floorl - floor function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n201">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n171">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n234">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fma.html">fma</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fma, fmaf, fmal - floating-point multiply-add
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n202">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmaf.html">fmaf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fma, fmaf, fmal - floating-point multiply-add
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n203">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmal.html">fmal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fma, fmaf, fmal - floating-point multiply-add
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n205">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n172">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n235">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmax.html">fmax</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n206">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmaxf.html">fmaxf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n207">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmaxl.html">fmaxl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n199">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n170">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n233">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/floor.html">floor</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>floor, floorf, floorl - floor function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n200">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/floorf.html">floorf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>floor, floorf, floorl - floor function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n201">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/floorl.html">floorl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>floor, floorf, floorl - floor function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n203">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n171">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n234">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fma.html">fma</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fma, fmaf, fmal - floating-point multiply-add
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n204">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmaf.html">fmaf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fma, fmaf, fmal - floating-point multiply-add
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n205">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmal.html">fmal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fma, fmaf, fmal - floating-point multiply-add
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n207">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n172">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n235">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmax.html">fmax</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n208">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmaxf.html">fmaxf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n209">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmaxl.html">fmaxl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n130">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmemopen.html">fmemopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>fmemopen - open a memory buffer stream
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n209">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmin.html">fmin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n210">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fminf.html">fminf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n211">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fminl.html">fminl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n213">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n174">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n237">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmod.html">fmod</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmod, fmodf, fmodl - floating-point remainder value function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n214">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmodf.html">fmodf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmod, fmodf, fmodl - floating-point remainder value function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n215">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmodl.html">fmodl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmod, fmodf, fmodl - floating-point remainder value function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n211">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmin.html">fmin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n212">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fminf.html">fminf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n213">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fminl.html">fminl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n215">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n174">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n237">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmod.html">fmod</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmod, fmodf, fmodl - floating-point remainder value function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n216">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmodf.html">fmodf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmod, fmodf, fmodl - floating-point remainder value function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n217">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmodl.html">fmodl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fmod, fmodf, fmodl - floating-point remainder value function
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmtmsg.html">fmtmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fmtmsg.h.html">fmtmsg.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>fmtmsg - display a message in the specified format on standard error and/or a system console
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fnmatch.h#n18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fnmatch.html">fnmatch</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fnmatch.h.html">fnmatch.h</a><td>&#160;<td>fnmatch - match a filename or a pathname
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fopen.html">fopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fopen - open a stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n84">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fork.html">fork</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>fork - create a new process
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n129">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fpathconf.html">fpathconf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>fpathconf, pathconf - get configurable pathname variables
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n54">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fpclassify.html">fpclassify</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fpclassify - classify real floating type
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n56">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fpclassify.html">fpclassify</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>fpclassify - classify real floating type
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n103">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fprintf.html">fprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n90">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fputc.html">fputc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fputc - put a byte on a stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n99">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fputs.html">fputs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fputs - put a string on a stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/freeaddrinfo.html">freeaddrinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>freeaddrinfo, getaddrinfo - get address information
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n75">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/freelocale.html">freelocale</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html">locale.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>freelocale - free resources allocated for a locale object
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n64">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/freopen.html">freopen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>freopen - open a stream
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n217">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n175">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n238">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/frexp.html">frexp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n218">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/frexpf.html">frexpf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n219">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/frexpl.html">frexpl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n219">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n175">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n238">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/frexp.html">frexp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n220">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/frexpf.html">frexpf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n221">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/frexpl.html">frexpl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n113">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fscanf.html">fscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fscanf, scanf, sscanf - convert formatted input
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n75">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fseek.html">fseek</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fseek, fseeko - reposition a file-position indicator in a stream
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n136">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/fseeko.html">fseeko</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>fseek, fseeko - reposition a file-position indicator in a stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n106">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getnetbyname.html">getnetbyname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n104">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getnetent.html">getnetent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/getopt.h#n8">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n124">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getopt.html">getopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getopt, optarg, opterr, optind, optopt - command option parsing
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n281">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpeername.html">getpeername</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getpeername - get the name of the peer socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n286">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpeername.html">getpeername</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getpeername - get the name of the peer socket
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n97">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpgid.html">getpgid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getpgid - get the process group ID for a process
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n96">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpgrp.html">getpgrp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getpgrp - get the process group ID of the calling process
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n94">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpid.html">getpid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getpid - get the process ID
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getservbyport.html">getservbyport</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 <tr><td>&#160;<td>TW<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n110">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getservent.html">getservent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n100">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsid.html">getsid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getsid - get the process group ID of a session leader
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n280">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockname.html">getsockname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getsockname - get the socket name
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n290">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockopt.html">getsockopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getsockopt - get the socket options
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n285">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockname.html">getsockname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getsockname - get the socket name
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n295">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsockopt.html">getsockopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>getsockopt - get the socket options
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n104">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getsubopt.html">getsubopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>getsubopt - parse suboption arguments from a string
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/time.h#n11">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/gettimeofday.html">gettimeofday</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html">sys/time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>gettimeofday - get the date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n107">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getuid.html">getuid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>getuid - get a real user ID
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/search.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hsearch.html">hsearch</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>hcreate, hdestroy, hsearch - manage hash search table
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/arpa/inet.h#n11">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/netinet/in.h#n71">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/htonl.html">htonl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/arpa/inet.h#n12">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/netinet/in.h#n72">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/htons.html">htons</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>htonl, htons, ntohl, ntohs - convert values between host and network byte order
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n221">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n176">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n239">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hypot.html">hypot</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>hypot, hypotf, hypotl - Euclidean distance function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n222">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hypotf.html">hypotf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>hypot, hypotf, hypotl - Euclidean distance function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n223">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hypotl.html">hypotl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>hypot, hypotf, hypotl - Euclidean distance function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n223">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n176">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n239">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hypot.html">hypot</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>hypot, hypotf, hypotl - Euclidean distance function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n224">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hypotf.html">hypotf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>hypot, hypotf, hypotl - Euclidean distance function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n225">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/hypotl.html">hypotl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>hypot, hypotf, hypotl - Euclidean distance function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/iconv.h#n17">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html">iconv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/iconv.h.html">iconv.h</a><td>&#160;<td>iconv - codeset conversion function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/iconv.h#n18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv_close.html">iconv_close</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/iconv.h.html">iconv.h</a><td>&#160;<td>iconv_close - codeset conversion deallocation function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/iconv.h#n16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv_open.html">iconv_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/iconv.h.html">iconv.h</a><td>&#160;<td>iconv_open - codeset conversion allocation function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/net/if.h#n19">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/if_indextoname.html">if_indextoname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html">net/if.h</a><td>&#160;<td>if_indextoname - map a network interface index to its corresponding name
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/net/if.h#n20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/if_nameindex.html">if_nameindex</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html">net/if.h</a><td>&#160;<td>if_nameindex - return all network interface names and indexes
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/net/if.h#n18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/if_nametoindex.html">if_nametoindex</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html">net/if.h</a><td>&#160;<td>if_nametoindex - map a network interface name to its corresponding index
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n225">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n177">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n240">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ilogb.html">ilogb</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ilogb, ilogbf, ilogbl - return an unbiased exponent
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n226">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ilogbf.html">ilogbf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ilogb, ilogbf, ilogbl - return an unbiased exponent
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n227">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ilogbl.html">ilogbl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ilogb, ilogbf, ilogbl - return an unbiased exponent
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n227">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n177">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n240">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ilogb.html">ilogb</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ilogb, ilogbf, ilogbl - return an unbiased exponent
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n228">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ilogbf.html">ilogbf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ilogb, ilogbf, ilogbl - return an unbiased exponent
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n229">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ilogbl.html">ilogbl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ilogb, ilogbf, ilogbl - return an unbiased exponent
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/imaxabs.html">imaxabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>imaxabs - return absolute value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n17">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/imaxdiv.html">imaxdiv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html">inttypes.h</a><td>&#160;<td>imaxdiv - return quotient and remainder
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/arpa/inet.h#n16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_addr.html">inet_addr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html">arpa/inet.h</a><td>&#160;<td>inet_addr, inet_ntoa - IPv4 address manipulation
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n44">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iscntrl_l.html">iscntrl_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iscntrl, iscntrl_l - test for a control character
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n26">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n14">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isdigit.html">isdigit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>isdigit, isdigit_l - test for a decimal digit
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n45">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isdigit_l.html">isdigit_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>isdigit, isdigit_l - test for a decimal digit
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n74">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isfinite.html">isfinite</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isfinite - test for finite value
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n76">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isfinite.html">isfinite</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isfinite - test for finite value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n30">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n15">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isgraph.html">isgraph</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>isgraph, isgraph_l - test for a visible character
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n46">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isgraph_l.html">isgraph_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>isgraph, isgraph_l - test for a visible character
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n118">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isgreater.html">isgreater</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isgreater - test if x greater than y
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n119">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isgreaterequal.html">isgreaterequal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isgreaterequal - test if x is greater than or equal to y
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n59">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isinf.html">isinf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isinf - test for infinity
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n115">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isless.html">isless</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isless - test if x is less than y
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n116">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/islessequal.html">islessequal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>islessequal - test if x is less than or equal to y
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n117">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/islessgreater.html">islessgreater</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>islessgreater - test if x is less than or greater than y
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n120">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isgreater.html">isgreater</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isgreater - test if x greater than y
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n121">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isgreaterequal.html">isgreaterequal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isgreaterequal - test if x is greater than or equal to y
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n61">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isinf.html">isinf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isinf - test for infinity
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n117">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isless.html">isless</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isless - test if x is less than y
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n118">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/islessequal.html">islessequal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>islessequal - test if x is less than or equal to y
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n119">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/islessgreater.html">islessgreater</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>islessgreater - test if x is less than or greater than y
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n16">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/islower.html">islower</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>islower, islower_l - test for a lowercase letter
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/islower_l.html">islower_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>islower, islower_l - test for a lowercase letter
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n64">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isnan.html">isnan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isnan - test for a NaN
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n69">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isnormal.html">isnormal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isnormal - test for a normal value
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n66">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isnan.html">isnan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isnan - test for a NaN
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n71">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isnormal.html">isnormal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isnormal - test for a normal value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n17">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isprint.html">isprint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>isprint, isprint_l - test for a printable character
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isprint_l.html">isprint_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>isprint, isprint_l - test for a printable character
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n18">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ispunct.html">ispunct</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>ispunct, ispunct_l - test for a punctuation character
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n49">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ispunct_l.html">ispunct_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>ispunct, ispunct_l - test for a punctuation character
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n19">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isspace.html">isspace</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>isspace, isspace_l - test for a white-space character
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isspace_l.html">isspace_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>isspace, isspace_l - test for a white-space character
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n88">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isunordered.html">isunordered</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isunordered - test if arguments are unordered
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n90">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isunordered.html">isunordered</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>isunordered - test if arguments are unordered
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n28">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n20">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isupper.html">isupper</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>isupper, isupper_l - test for an uppercase letter
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n51">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isupper_l.html">isupper_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>isupper, isupper_l - test for an uppercase letter
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n163">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswalnum.html">iswalnum</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>iswalnum, iswalnum_l - test for an alphanumeric wide-character code
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n63">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/iswxdigit_l.html">iswxdigit_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>iswxdigit, iswxdigit_l - test for a hexadecimal digit wide-character code
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isxdigit.html">isxdigit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td>&#160;<td>isxdigit, isxdigit_l - test for a hexadecimal digit
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/isxdigit_l.html">isxdigit_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html">ctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>isxdigit, isxdigit_l - test for a hexadecimal digit
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n372">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/j0.html">j0</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>j0, j1, jn - Bessel functions of the first kind
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n373">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/j1.html">j1</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>j0, j1, jn - Bessel functions of the first kind
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n374">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/jn.html">jn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>j0, j1, jn - Bessel functions of the first kind
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n374">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/j0.html">j0</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>j0, j1, jn - Bessel functions of the first kind
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n375">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/j1.html">j1</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>j0, j1, jn - Bessel functions of the first kind
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n376">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/jn.html">jn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>j0, j1, jn - Bessel functions of the first kind
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n133">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/jrand48.html">jrand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n173">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/kill.html">kill</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>kill - send a signal to a process or a group of processes
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n199">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/killpg.html">killpg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>killpg - send a signal to a process group
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n169">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/kill.html">kill</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>kill - send a signal to a process or a group of processes
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n195">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/killpg.html">killpg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>killpg - send a signal to a process group
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n125">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/l64a.html">l64a</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>a64l, l64a - convert between a 32-bit integer and a radix-64 ASCII string
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/labs.html">labs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>labs, llabs - return a long integer absolute value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lchown.html">lchown</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>lchown - change the owner and group of a symbolic link
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n136">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lcong48.html">lcong48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n229">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ldexp.html">ldexp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ldexp, ldexpf, ldexpl - load exponent of a floating-point number
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n230">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ldexpf.html">ldexpf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ldexp, ldexpf, ldexpl - load exponent of a floating-point number
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n231">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ldexpl.html">ldexpl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ldexp, ldexpf, ldexpl - load exponent of a floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n231">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n178">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n241">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ldexp.html">ldexp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ldexp, ldexpf, ldexpl - load exponent of a floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n232">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ldexpf.html">ldexpf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ldexp, ldexpf, ldexpl - load exponent of a floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n233">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ldexpl.html">ldexpl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>ldexp, ldexpf, ldexpl - load exponent of a floating-point number
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n67">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ldiv.html">ldiv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>ldiv, lldiv - compute quotient and remainder of a long division
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/search.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lfind.html">lfind</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>lsearch, lfind - linear search and update
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n233">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lgamma.html">lgamma</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lgamma, lgammaf, lgammal, signgam - log gamma function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n234">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lgammaf.html">lgammaf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lgamma, lgammaf, lgammal, signgam - log gamma function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n235">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lgammal.html">lgammal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lgamma, lgammaf, lgammal, signgam - log gamma function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n235">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n179">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n242">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lgamma.html">lgamma</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lgamma, lgammaf, lgammal, signgam - log gamma function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n236">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lgammaf.html">lgammaf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lgamma, lgammaf, lgammal, signgam - log gamma function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n237">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lgammal.html">lgammal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lgamma, lgammaf, lgammal, signgam - log gamma function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/link.html">link</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>link, linkat - link one file to another file relative to two directory file descriptors
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/linkat.html">linkat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>link, linkat - link one file to another file relative to two directory file descriptors
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/aio.h#n50">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lio_listio.html">lio_listio</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html">aio.h</a><td>&#160;<td>lio_listio - list directed I/O
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n276">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/listen.html">listen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>listen - listen for socket connections and limit the queue of incoming connections
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n281">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/listen.html">listen</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>listen - listen for socket connections and limit the queue of incoming connections
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n60">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llabs.html">llabs</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>labs, llabs - return a long integer absolute value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n68">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lldiv.html">lldiv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>ldiv, lldiv - compute quotient and remainder of a long division
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n237">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n180">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n243">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llrint.html">llrint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n238">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llrintf.html">llrintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n239">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llrintl.html">llrintl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n241">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llround.html">llround</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llround, llroundf, llroundl - round to nearest integer value
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n242">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llroundf.html">llroundf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llround, llroundf, llroundl - round to nearest integer value
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n243">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llroundl.html">llroundl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llround, llroundf, llroundl - round to nearest integer value
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n239">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n180">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n243">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llrint.html">llrint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n240">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llrintf.html">llrintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n241">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llrintl.html">llrintl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n243">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n181">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n244">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llround.html">llround</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llround, llroundf, llroundl - round to nearest integer value
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n244">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llroundf.html">llroundf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llround, llroundf, llroundl - round to nearest integer value
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n245">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/llroundl.html">llroundl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>llround, llroundf, llroundl - round to nearest integer value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/localeconv.html">localeconv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html">locale.h</a><td>&#160;<td>localeconv - return locale-specific information
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n59">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime.html">localtime</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>localtime, localtime_r - convert a time value to a broken-down local time
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n73">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime_r.html">localtime_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>localtime, localtime_r - convert a time value to a broken-down local time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n129">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n139">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lockf.html">lockf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>lockf - record locking on files
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n245">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n182">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n245">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log.html">log</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log, logf, logl - natural logarithm function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n249">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n183">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n246">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log10.html">log10</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log10, log10f, log10l - base 10 logarithm function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n250">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log10f.html">log10f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log10, log10f, log10l - base 10 logarithm function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n251">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log10l.html">log10l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log10, log10f, log10l - base 10 logarithm function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n253">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log1p.html">log1p</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log1p, log1pf, log1pl - compute a natural logarithm
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n254">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log1pf.html">log1pf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log1p, log1pf, log1pl - compute a natural logarithm
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n255">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log1pl.html">log1pl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log1p, log1pf, log1pl - compute a natural logarithm
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n257">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log2.html">log2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log2, log2f, log2l - compute base 2 logarithm functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n258">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log2f.html">log2f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log2, log2f, log2l - compute base 2 logarithm functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n259">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log2l.html">log2l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log2, log2f, log2l - compute base 2 logarithm functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n261">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n186">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n249">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logb.html">logb</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>logb, logbf, logbl - radix-independent exponent
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n262">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logbf.html">logbf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>logb, logbf, logbl - radix-independent exponent
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n263">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logbl.html">logbl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>logb, logbf, logbl - radix-independent exponent
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n246">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logf.html">logf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log, logf, logl - natural logarithm function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n247">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logl.html">logl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log, logf, logl - natural logarithm function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n247">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n182">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n245">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log.html">log</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log, logf, logl - natural logarithm function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n251">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n183">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n246">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log10.html">log10</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log10, log10f, log10l - base 10 logarithm function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n252">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log10f.html">log10f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log10, log10f, log10l - base 10 logarithm function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n253">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log10l.html">log10l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log10, log10f, log10l - base 10 logarithm function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n255">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n184">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n247">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log1p.html">log1p</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log1p, log1pf, log1pl - compute a natural logarithm
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n256">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log1pf.html">log1pf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log1p, log1pf, log1pl - compute a natural logarithm
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n257">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log1pl.html">log1pl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log1p, log1pf, log1pl - compute a natural logarithm
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n259">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n185">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n248">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log2.html">log2</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log2, log2f, log2l - compute base 2 logarithm functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n260">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log2f.html">log2f</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log2, log2f, log2l - compute base 2 logarithm functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n261">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/log2l.html">log2l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log2, log2f, log2l - compute base 2 logarithm functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n263">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n186">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n249">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logb.html">logb</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>logb, logbf, logbl - radix-independent exponent
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n264">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logbf.html">logbf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>logb, logbf, logbl - radix-independent exponent
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n265">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logbl.html">logbl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>logb, logbf, logbl - radix-independent exponent
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n248">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logf.html">logf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log, logf, logl - natural logarithm function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n249">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/logl.html">logl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>log, logf, logl - natural logarithm function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n36">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/longjmp.html">longjmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/setjmp.h.html">setjmp.h</a><td>&#160;<td>longjmp - non-local goto
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n130">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrand48.html">lrand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n265">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n187">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n250">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrint.html">lrint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lrint, lrintf, lrintl - round to nearest integer value using current rounding direction
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n266">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrintf.html">lrintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lrint, lrintf, lrintl - round to nearest integer value using current rounding direction
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n267">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrintl.html">lrintl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lrint, lrintf, lrintl - round to nearest integer value using current rounding direction
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n269">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lround.html">lround</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lround, lroundf, lroundl - round to nearest integer value
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n270">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lroundf.html">lroundf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lround, lroundf, lroundl - round to nearest integer value
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n271">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lroundl.html">lroundl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lround, lroundf, lroundl - round to nearest integer value
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n267">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n187">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n250">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrint.html">lrint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lrint, lrintf, lrintl - round to nearest integer value using current rounding direction
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n268">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrintf.html">lrintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lrint, lrintf, lrintl - round to nearest integer value using current rounding direction
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n269">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lrintl.html">lrintl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lrint, lrintf, lrintl - round to nearest integer value using current rounding direction
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n271">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n188">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n251">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lround.html">lround</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lround, lroundf, lroundl - round to nearest integer value
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n272">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lroundf.html">lroundf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lround, lroundf, lroundl - round to nearest integer value
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n273">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lroundl.html">lroundl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>lround, lroundf, lroundl - round to nearest integer value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/search.h#n28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lsearch.html">lsearch</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>lsearch, lfind - linear search and update
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n42">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lseek.html">lseek</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>lseek - move the read/write file offset
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/stat.h#n75">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/lstat.html">lstat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html">sys/stat.h</a><td>&#160;<td>fstatat, lstat, stat - get file status
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mlock.html">mlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MLR">MLR</a><td>mlock, munlock - lock or unlock a range of process address space (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mlockall.html">mlockall</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#ML">ML</a><td>mlockall, munlockall - lock/unlock the address space of a process (<b>REALTIME</b>)
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n21">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mmap.html">mmap</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td>&#160;<td>mmap - map pages of memory
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n273">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/modf.html">modf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>modf, modff, modfl - decompose a floating-point number
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n274">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/modff.html">modff</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>modf, modff, modfl - decompose a floating-point number
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n275">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/modfl.html">modfl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>modf, modff, modfl - decompose a floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n275">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/modf.html">modf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>modf, modff, modfl - decompose a floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n276">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/modff.html">modff</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>modf, modff, modfl - decompose a floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n277">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/modfl.html">modfl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>modf, modff, modfl - decompose a floating-point number
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n24">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mprotect.html">mprotect</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td>&#160;<td>mprotect - set protection of memory mapping
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/mqueue.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_close.html">mq_close</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_close - close a message queue (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/mqueue.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_getattr.html">mq_getattr</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html">mqueue.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MSG">MSG</a><td>mq_getattr - get message queue attributes (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/munlock.html">munlock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#MLR">MLR</a><td>mlock, munlock - lock or unlock a range of process address space (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/munlockall.html">munlockall</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#ML">ML</a><td>mlockall, munlockall - lock/unlock the address space of a process (<b>REALTIME</b>)
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/munmap.html">munmap</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td>&#160;<td>munmap - unmap pages of memory
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n277">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nan.html">nan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nan, nanf, nanl - return quiet NaN
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n278">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nanf.html">nanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nan, nanf, nanl - return quiet NaN
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n279">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nanl.html">nanl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nan, nanf, nanl - return quiet NaN
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n279">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nan.html">nan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nan, nanf, nanl - return quiet NaN
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n280">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nanf.html">nanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nan, nanf, nanl - return quiet NaN
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n281">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nanl.html">nanl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nan, nanf, nanl - return quiet NaN
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n100">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nanosleep.html">nanosleep</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>nanosleep - high resolution sleep
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n281">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n189">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n252">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nearbyint.html">nearbyint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nearbyint, nearbyintf, nearbyintl - floating-point rounding functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n282">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nearbyintf.html">nearbyintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nearbyint, nearbyintf, nearbyintl - floating-point rounding functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n283">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nearbyintl.html">nearbyintl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nearbyint, nearbyintf, nearbyintl - floating-point rounding functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n283">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n189">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n252">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nearbyint.html">nearbyint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nearbyint, nearbyintf, nearbyintl - floating-point rounding functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n284">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nearbyintf.html">nearbyintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nearbyint, nearbyintf, nearbyintl - floating-point rounding functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n285">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nearbyintl.html">nearbyintl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nearbyint, nearbyintf, nearbyintl - floating-point rounding functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n76">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/newlocale.html">newlocale</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html">locale.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>newlocale - create or modify a locale object
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n285">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nextafter.html">nextafter</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n286">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nextafterf.html">nextafterf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n287">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nextafterl.html">nextafterl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n289">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n191">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n254">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nexttoward.html">nexttoward</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n290">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nexttowardf.html">nexttowardf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n291">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nexttowardl.html">nexttowardl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n287">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n190">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n253">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nextafter.html">nextafter</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n288">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nextafterf.html">nextafterf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n289">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nextafterl.html">nextafterl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n291">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n191">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n254">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nexttoward.html">nexttoward</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n292">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nexttowardf.html">nexttowardf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n293">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nexttowardl.html">nexttowardl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ftw.h#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nftw.html">nftw</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ftw.h.html">ftw.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>nftw - walk a file tree
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n141">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nice.html">nice</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>nice - change the nice value of a process
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/langinfo.h#n85">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/nl_langinfo.html">nl_langinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/langinfo.h.html">langinfo.h</a><td>&#160;<td>nl_langinfo, nl_langinfo_l - language information
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/spawn.h#n40">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnp.html">posix_spawnp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html">spawn.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SPN">SPN</a><td>posix_spawn, posix_spawnp - spawn a process (<b>ADVANCED REALTIME</b>)
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_typed_mem_get_info.html">posix_typed_mem_get_info</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TYM">TYM</a><td>posix_typed_mem_get_info - query typed memory information (<b>ADVANCED REALTIME</b>)
 <tr><td>missing<td>&#160;<td>&#160;<td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_typed_mem_open.html">posix_typed_mem_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TYM">TYM</a><td>posix_typed_mem_open - open a typed memory object (<b>ADVANCED REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n293">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n255">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pow.html">pow</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>pow, powf, powl - power function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n294">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/powf.html">powf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>pow, powf, powl - power function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n295">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/powl.html">powl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>pow, powf, powl - power function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n295">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n192">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n255">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pow.html">pow</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>pow, powf, powl - power function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n296">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/powf.html">powf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>pow, powf, powl - power function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n297">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/powl.html">powl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>pow, powf, powl - power function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pread.html">pread</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>pread, read - read from a file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n102">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html">printf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/select.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pselect.html">pselect</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n193">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/psiginfo.html">psiginfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>psiginfo, psignal - print signal information to standard error
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n194">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/psignal.html">psignal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>psiginfo, psignal - print signal information to standard error
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n189">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/psiginfo.html">psiginfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>psiginfo, psignal - print signal information to standard error
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n190">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/psignal.html">psignal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>psiginfo, psignal - print signal information to standard error
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n193">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_atfork.html">pthread_atfork</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_atfork - register fork handlers
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n144">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_destroy.html">pthread_attr_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_destroy, pthread_attr_init - destroy and initialize the thread attributes object
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n150">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_getdetachstate.html">pthread_attr_getdetachstate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_attr_getdetachstate, pthread_attr_setdetachstate - get and set the detachstate attribute
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n79">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_join.html">pthread_join</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_join - wait for thread termination
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n138">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_key_create.html">pthread_key_create</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_key_create - thread-specific data key creation
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n139">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_key_delete.html">pthread_key_delete</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_key_delete - thread-specific data key deletion
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n191">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_kill.html">pthread_kill</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pthread_kill - send a signal to a thread
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n187">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_kill.html">pthread_kill</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pthread_kill - send a signal to a thread
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n106">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_consistent.html">pthread_mutex_consistent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_consistent - mark state protected by robust mutex as consistent
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_destroy.html">pthread_mutex_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_mutex_destroy, pthread_mutex_init - destroy and initialize a mutex
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n108">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_getprioceiling.html">pthread_mutex_getprioceiling</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#RPP">RPP</a><td>pthread_mutex_getprioceiling, pthread_mutex_setprioceiling - get and set the priority ceiling of a mutex (<b>REALTIME THREADS</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n95">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setschedparam.html">pthread_setschedparam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TPS">TPS</a><td>pthread_getschedparam, pthread_setschedparam - dynamic thread scheduling parameters access (<b>REALTIME THREADS</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n96">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setschedprio.html">pthread_setschedprio</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#TPS">TPS</a><td>pthread_setschedprio - dynamic thread scheduling parameters access (<b>REALTIME THREADS</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n141">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setspecific.html">pthread_setspecific</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_getspecific, pthread_setspecific - thread-specific data management
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n190">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_sigmask.html">pthread_sigmask</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pthread_sigmask, sigprocmask - examine and change blocked signals
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n186">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_sigmask.html">pthread_sigmask</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pthread_sigmask, sigprocmask - examine and change blocked signals
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n129">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_destroy.html">pthread_spin_destroy</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_destroy, pthread_spin_init - destroy or initialize a spin lock object
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n128">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_init.html">pthread_spin_init</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_destroy, pthread_spin_init - destroy or initialize a spin lock object
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/pthread.h#n130">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_spin_lock.html">pthread_spin_lock</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html">pthread.h</a><td>&#160;<td>pthread_spin_lock, pthread_spin_trylock - lock a spin lock object
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n131">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/putwchar.html">putwchar</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>putwchar - put a wide character on a stdout stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n49">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/pwrite.html">pwrite</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>pwrite, write - write on a file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/qsort.html">qsort</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>qsort - sort a table of data
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n246">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/raise.html">raise</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td>&#160;<td>raise - send a signal to the executing process
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n242">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/raise.html">raise</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td>&#160;<td>raise - send a signal to the executing process
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rand.html">rand</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>rand, rand_r, srand - pseudo-random number generator
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rand_r.html">rand_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>rand, rand_r, srand - pseudo-random number generator
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n113">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/random.html">random</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>initstate, random, setstate, srandom - pseudo-random number functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/uio.h#n26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/readv.html">readv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_uio.h.html">sys/uio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>readv - read a vector
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n40">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/realloc.html">realloc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>realloc - memory reallocator
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/realpath.html">realpath</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>realpath - resolve a pathname
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n284">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recv.html">recv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recv - receive a message from a connected socket
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n286">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvfrom.html">recvfrom</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recvfrom - receive a message from a socket
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n288">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvmsg.html">recvmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recvmsg - receive a message from a socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n289">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recv.html">recv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recv - receive a message from a connected socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n291">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvfrom.html">recvfrom</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recvfrom - receive a message from a socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n293">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvmsg.html">recvmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>recvmsg - receive a message from a socket
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/regex.h#n52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regcomp.html">regcomp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/regex.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regerror.html">regerror</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/regex.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regexec.html">regexec</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/regex.h#n54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/regfree.html">regfree</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html">regex.h</a><td>&#160;<td>regcomp, regerror, regexec, regfree - regular expression matching
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n297">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remainder.html">remainder</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remainder, remainderf, remainderl - remainder function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n298">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remainderf.html">remainderf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remainder, remainderf, remainderl - remainder function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n299">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remainderl.html">remainderl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remainder, remainderf, remainderl - remainder function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n299">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n193">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n256">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remainder.html">remainder</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remainder, remainderf, remainderl - remainder function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n300">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remainderf.html">remainderf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remainder, remainderf, remainderl - remainder function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n301">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remainderl.html">remainderl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remainder, remainderf, remainderl - remainder function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n67">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remove.html">remove</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>remove - remove a file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/search.h#n26">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remque.html">remque</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>insque, remque - insert or remove an element in a queue
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n301">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquo.html">remquo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remquo, remquof, remquol - remainder functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n302">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquof.html">remquof</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remquo, remquof, remquol - remainder functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n303">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquol.html">remquol</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remquo, remquof, remquol - remainder functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n303">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n194">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n257">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquo.html">remquo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remquo, remquof, remquol - remainder functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n304">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquof.html">remquof</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remquo, remquof, remquol - remainder functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n305">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquol.html">remquol</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>remquo, remquof, remquol - remainder functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n68">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rename.html">rename</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>rename, renameat - rename file relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n149">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/renameat.html">renameat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>rename, renameat - rename file relative to directory file descriptor
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n77">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rewind.html">rewind</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>rewind - reset the file position indicator in a stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rewinddir.html">rewinddir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>rewinddir - reset the position of a directory stream to the beginning of a directory
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n305">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n195">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n258">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rint.html">rint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>rint, rintf, rintl - round-to-nearest integral value
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n306">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rintf.html">rintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>rint, rintf, rintl - round-to-nearest integral value
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n307">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rintl.html">rintl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>rint, rintf, rintl - round-to-nearest integral value
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n307">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n195">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n258">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rint.html">rint</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>rint, rintf, rintl - round-to-nearest integral value
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n308">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rintf.html">rintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>rint, rintf, rintl - round-to-nearest integral value
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n309">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rintl.html">rintl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>rint, rintf, rintl - round-to-nearest integral value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n64">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/rmdir.html">rmdir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>rmdir - remove a directory
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n309">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/round.html">round</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>round, roundf, roundl - round to the nearest integer value in a floating-point format
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n310">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/roundf.html">roundf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>round, roundf, roundl - round to the nearest integer value in a floating-point format
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n311">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/roundl.html">roundl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>round, roundf, roundl - round to the nearest integer value in a floating-point format
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n313">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalbln.html">scalbln</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n314">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalblnf.html">scalblnf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n315">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalblnl.html">scalblnl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n317">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n198">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n261">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalbn.html">scalbn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n318">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalbnf.html">scalbnf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n319">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalbnl.html">scalbnl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n311">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n196">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n259">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/round.html">round</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>round, roundf, roundl - round to the nearest integer value in a floating-point format
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n312">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/roundf.html">roundf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>round, roundf, roundl - round to the nearest integer value in a floating-point format
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n313">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/roundl.html">roundl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>round, roundf, roundl - round to the nearest integer value in a floating-point format
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n315">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n197">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n260">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalbln.html">scalbln</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n316">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalblnf.html">scalblnf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n317">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalblnl.html">scalblnl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n319">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n198">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n261">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalbn.html">scalbn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n320">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalbnf.html">scalbnf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n321">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scalbnl.html">scalbnl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n42">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scandir.html">scandir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td>&#160;<td>alphasort, scandir - scan a directory
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/scanf.html">scanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>fscanf, scanf, sscanf - convert formatted input
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sched_get_priority_max.html">sched_get_priority_max</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html">sched.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#PS">PS</a><td>sched_get_priority_max, sched_get_priority_min - get priority limits (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/semaphore.h#n28">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_trywait.html">sem_trywait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_trywait, sem_wait - lock a semaphore
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/semaphore.h#n29">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_unlink.html">sem_unlink</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_unlink - remove a named semaphore
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/semaphore.h#n30">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sem_wait.html">sem_wait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html">semaphore.h</a><td>&#160;<td>sem_trywait, sem_wait - lock a semaphore
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/sem.h#n71">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/semctl.html">semctl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html">sys/sem.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>semctl - XSI semaphore control operations
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/sem.h#n72">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/semget.html">semget</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html">sys/sem.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>semget - get set of XSI semaphores
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/sem.h#n73">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/semop.html">semop</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html">sys/sem.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>semop - XSI semaphore operations
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n283">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/send.html">send</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>send - send a message on a socket
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n287">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sendmsg.html">sendmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sendmsg - send a message on a socket using a message structure
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n285">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sendto.html">sendto</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sendto - send a message on a socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/sem.h#n56">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/semctl.html">semctl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html">sys/sem.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>semctl - XSI semaphore control operations
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/sem.h#n57">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/semget.html">semget</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html">sys/sem.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>semget - get set of XSI semaphores
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/sem.h#n58">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/semop.html">semop</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html">sys/sem.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>semop - XSI semaphore operations
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n288">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/send.html">send</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>send - send a message on a socket
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n292">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sendmsg.html">sendmsg</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sendmsg - send a message on a socket using a message structure
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n290">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sendto.html">sendto</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sendto - send a message on a socket
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n122">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setbuf.html">setbuf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>setbuf - assign buffering to a stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n117">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setegid.html">setegid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>setegid - set the effective group ID
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n99">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setenv.html">setenv</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>setenv - add or change environment variable
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n98">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sethostent.html">sethostent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endhostent, gethostent, sethostent - network host database functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/time.h#n27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setitimer.html">setitimer</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html">sys/time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getitimer, setitimer - get and set value of interval timer
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setjmp.html">setjmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/setjmp.h.html">setjmp.h</a><td>&#160;<td>setjmp - set jump point for a non-local goto
-<tr><td>nosym<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n127">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setkey.html">setkey</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>setkey - set encoding key (<b>CRYPT</b>)
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n127">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setkey.html">setkey</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>setkey - set encoding key (<b>CRYPT</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setlocale.html">setlocale</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html">locale.h</a><td>&#160;<td>setlocale - set program locale
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/syslog.h#n61">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setlogmask.html">setlogmask</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/syslog.h.html">syslog.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>closelog, openlog, setlogmask, syslog - control system log
 <tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n102">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setnetent.html">setnetent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/resource.h#n51">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setrlimit.html">setrlimit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html">sys/resource.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>getrlimit, setrlimit - control maximum resource consumption
 <tr><td>&#160;<td>TW<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/netdb.h#n108">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setservent.html">setservent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html">netdb.h</a><td>&#160;<td>endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n99">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setsid.html">setsid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>setsid - create session and set process group ID
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n291">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setsockopt.html">setsockopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>setsockopt - set the socket options
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n296">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setsockopt.html">setsockopt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>setsockopt - set the socket options
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n116">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setstate.html">setstate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>initstate, random, setstate, srandom - pseudo-random number functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n112">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setuid.html">setuid</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>setuid - set user ID
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/utmpx.h#n40">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setutxent.html">setutxent</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html">utmpx.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n121">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/setvbuf.html">setvbuf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>setvbuf - assign buffering to a stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n44">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_open.html">shm_open</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SHM">SHM</a><td>shm_open - open a shared memory object (<b>REALTIME</b>)
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/mman.h#n45">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_unlink.html">shm_unlink</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html">sys/mman.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#SHM">SHM</a><td>shm_unlink - remove a shared memory object (<b>REALTIME</b>)
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/shm.h#n52">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmat.html">shmat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmat - XSI shared memory attach operation
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/shm.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmctl.html">shmctl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmctl - XSI shared memory control operations
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/shm.h#n54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmdt.html">shmdt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmdt - XSI shared memory detach operation
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/shm.h#n55">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmget.html">shmget</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmget - get an XSI shared memory segment
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n272">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shutdown.html">shutdown</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>shutdown - shut down socket send and receive operations
-<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n183">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaction.html">sigaction</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigaction - examine and change a signal action
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n177">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaddset.html">sigaddset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigaddset - add a signal to a signal set
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n200">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaltstack.html">sigaltstack</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sigaltstack - set and get signal alternate stack context
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n178">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigdelset.html">sigdelset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigdelset - delete a signal from a signal set
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n175">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigemptyset.html">sigemptyset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigemptyset - initialize and empty a signal set
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n176">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigfillset.html">sigfillset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigfillset - initialize and fill a signal set
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n201">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sighold.html">sighold</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n202">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigignore.html">sigignore</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n203">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/siginterrupt.html">siginterrupt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>siginterrupt - allow signals to interrupt functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n179">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigismember.html">sigismember</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigismember - test for a signal in a signal set
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/shm.h#n45">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmat.html">shmat</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmat - XSI shared memory attach operation
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/shm.h#n46">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmctl.html">shmctl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmctl - XSI shared memory control operations
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/shm.h#n47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmdt.html">shmdt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmdt - XSI shared memory detach operation
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/shm.h#n48">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmget.html">shmget</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html">sys/shm.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>shmget - get an XSI shared memory segment
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n277">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shutdown.html">shutdown</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>shutdown - shut down socket send and receive operations
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n179">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaction.html">sigaction</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigaction - examine and change a signal action
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n173">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaddset.html">sigaddset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigaddset - add a signal to a signal set
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n196">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaltstack.html">sigaltstack</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sigaltstack - set and get signal alternate stack context
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n174">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigdelset.html">sigdelset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigdelset - delete a signal from a signal set
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n171">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigemptyset.html">sigemptyset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigemptyset - initialize and empty a signal set
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n172">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigfillset.html">sigfillset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigfillset - initialize and fill a signal set
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n197">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sighold.html">sighold</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n198">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigignore.html">sigignore</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n199">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/siginterrupt.html">siginterrupt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>siginterrupt - allow signals to interrupt functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n175">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigismember.html">sigismember</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigismember - test for a signal in a signal set
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n23">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/siglongjmp.html">siglongjmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/setjmp.h.html">setjmp.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>siglongjmp - non-local goto with signal handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n245">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/signal.html">signal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td>&#160;<td>signal - signal management
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n83">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/signbit.html">signbit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>signbit - test sign
-<tr><td>&#160;<td>V<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n370">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/signgam.html">signgam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>lgamma, lgammaf, lgammal, signgam - log gamma function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n204">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigpause.html">sigpause</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n184">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigpending.html">sigpending</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigpending - examine pending signals
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n181">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigprocmask.html">sigprocmask</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pthread_sigmask, sigprocmask - examine and change blocked signals
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n188">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigqueue.html">sigqueue</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigqueue - queue a signal to a process
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n205">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigrelse.html">sigrelse</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n206">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigset.html">sigset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n241">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/signal.html">signal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td>&#160;<td>signal - signal management
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n85">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/signbit.html">signbit</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>signbit - test sign
+<tr><td>&#160;<td>V<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n372">x</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/signgam.html">signgam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>lgamma, lgammaf, lgammal, signgam - log gamma function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n200">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigpause.html">sigpause</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n180">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigpending.html">sigpending</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigpending - examine pending signals
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n177">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigprocmask.html">sigprocmask</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>pthread_sigmask, sigprocmask - examine and change blocked signals
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n184">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigqueue.html">sigqueue</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigqueue - queue a signal to a process
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n201">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigrelse.html">sigrelse</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n202">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigset.html">sigset</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>sighold, sigignore, sigpause, sigrelse, sigset - signal management
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n22">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigsetjmp.html">sigsetjmp</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/setjmp.h.html">setjmp.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigsetjmp - set jump point for a non-local goto
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n182">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigsuspend.html">sigsuspend</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigsuspend - wait for a signal
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n187">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigtimedwait.html">sigtimedwait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigtimedwait, sigwaitinfo - wait for queued signals
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n185">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigwait.html">sigwait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigwait - wait for queued signals
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n186">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigwaitinfo.html">sigwaitinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigtimedwait, sigwaitinfo - wait for queued signals
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n321">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n199">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n262">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sin.html">sin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sin, sinf, sinl - sine function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n322">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinf.html">sinf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sin, sinf, sinl - sine function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n325">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n200">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n263">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinh.html">sinh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sinh, sinhf, sinhl - hyperbolic sine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n326">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinhf.html">sinhf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sinh, sinhf, sinhl - hyperbolic sine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n327">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinhl.html">sinhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sinh, sinhf, sinhl - hyperbolic sine functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n323">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinl.html">sinl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sin, sinf, sinl - sine function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n178">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigsuspend.html">sigsuspend</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigsuspend - wait for a signal
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n183">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigtimedwait.html">sigtimedwait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigtimedwait, sigwaitinfo - wait for queued signals
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n181">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigwait.html">sigwait</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigwait - wait for queued signals
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n182">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigwaitinfo.html">sigwaitinfo</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>sigtimedwait, sigwaitinfo - wait for queued signals
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n323">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n199">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n262">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sin.html">sin</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sin, sinf, sinl - sine function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n324">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinf.html">sinf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sin, sinf, sinl - sine function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n327">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n200">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n263">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinh.html">sinh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sinh, sinhf, sinhl - hyperbolic sine functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n328">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinhf.html">sinhf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sinh, sinhf, sinhl - hyperbolic sine functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n329">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinhl.html">sinhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sinh, sinhf, sinhl - hyperbolic sine functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n325">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sinl.html">sinl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sin, sinf, sinl - sine function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n81">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sleep.html">sleep</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>sleep - suspend execution for an interval of time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n105">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/snprintf.html">snprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n293">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sockatmark.html">sockatmark</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sockatmark - determine whether a socket is at the out-of-band mark
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n269">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/socket.html">socket</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>socket - create an endpoint for communication
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n270">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/socketpair.html">socketpair</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>socketpair - create a pair of connected sockets
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n298">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sockatmark.html">sockatmark</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>sockatmark - determine whether a socket is at the out-of-band mark
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n274">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/socket.html">socket</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>socket - create an endpoint for communication
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n275">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/socketpair.html">socketpair</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html">sys/socket.h</a><td>&#160;<td>socketpair - create a pair of connected sockets
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n104">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sprintf.html">sprintf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td>&#160;<td>dprintf, fprintf, printf, snprintf, sprintf - print formatted output
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n329">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n201">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n264">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sqrt.html">sqrt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sqrt, sqrtf, sqrtl - square root function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n330">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sqrtf.html">sqrtf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sqrt, sqrtf, sqrtl - square root function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n331">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sqrtl.html">sqrtl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sqrt, sqrtf, sqrtl - square root function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n331">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n201">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n264">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sqrt.html">sqrt</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sqrt, sqrtf, sqrtl - square root function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n332">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sqrtf.html">sqrtf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sqrt, sqrtf, sqrtl - square root function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n333">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sqrtl.html">sqrtl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>sqrt, sqrtf, sqrtl - square root function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n36">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/srand.html">srand</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>rand, rand_r, srand - pseudo-random number generator
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n134">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/srand48.html">srand48</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n114">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/srandom.html">srandom</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>initstate, random, setstate, srandom - pseudo-random number functions
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n130">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/sysconf.html">sysconf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>sysconf - get configurable system variables
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/syslog.h#n62">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/syslog.html">syslog</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/syslog.h.html">syslog.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>closelog, openlog, setlogmask, syslog - control system log
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n53">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/system.html">system</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html">stdlib.h</a><td>&#160;<td>system - issue a command
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n333">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tan.html">tan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tan, tanf, tanl - tangent function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n334">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanf.html">tanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tan, tanf, tanl - tangent function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n337">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n203">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n266">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanh.html">tanh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tanh, tanhf, tanhl - hyperbolic tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n338">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanhf.html">tanhf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tanh, tanhf, tanhl - hyperbolic tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n339">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanhl.html">tanhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tanh, tanhf, tanhl - hyperbolic tangent functions
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n335">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanl.html">tanl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tan, tanf, tanl - tangent function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n335">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n202">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n265">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tan.html">tan</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tan, tanf, tanl - tangent function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n336">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanf.html">tanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tan, tanf, tanl - tangent function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n339">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n203">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n266">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanh.html">tanh</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tanh, tanhf, tanhl - hyperbolic tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n340">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanhf.html">tanhf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tanh, tanhf, tanhl - hyperbolic tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n341">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanhl.html">tanhl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tanh, tanhf, tanhl - hyperbolic tangent functions
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n337">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tanl.html">tanl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tan, tanf, tanl - tangent function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/termios.h#n31">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tcdrain.html">tcdrain</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/termios.h.html">termios.h</a><td>&#160;<td>tcdrain - wait for transmission of output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/termios.h#n33">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tcflow.html">tcflow</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/termios.h.html">termios.h</a><td>&#160;<td>tcflow - suspend or restart the transmission or reception of data
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/termios.h#n32">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tcflush.html">tcflush</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/termios.h.html">termios.h</a><td>&#160;<td>tcflush - flush non-transmitted output data, non-read input data, or both
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/dirent.h#n38">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/telldir.html">telldir</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html">dirent.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>telldir - current location of a named directory stream
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n158">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tempnam.html">tempnam</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#OB">OB</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>tempnam - create a name for a temporary file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/search.h#n34">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tfind.html">tfind</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>tdelete, tfind, tsearch, twalk - manage a binary search tree
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n341">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n204">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n267">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tgamma.html">tgamma</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tgamma, tgammaf, tgammal - compute gamma() function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n342">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tgammaf.html">tgammaf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tgamma, tgammaf, tgammal - compute gamma() function
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n343">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tgammal.html">tgammal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tgamma, tgammaf, tgammal - compute gamma() function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n343">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n204">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n267">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tgamma.html">tgamma</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tgamma, tgammaf, tgammal - compute gamma() function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n344">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tgammaf.html">tgammaf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tgamma, tgammaf, tgammal - compute gamma() function
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n345">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tgammal.html">tgammal</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>tgamma, tgammaf, tgammal - compute gamma() function
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n54">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/time.html">time</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td>&#160;<td>time - get time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n108">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_create.html">timer_create</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html">signal.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>timer_create - create a per-process timer
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n109">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_delete.html">timer_delete</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html">time.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>timer_delete - delete a per-process timer
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n65">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towlower_l.html">towlower_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>towlower, towlower_l - transliterate uppercase wide-character code to lowercase
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n177">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n42">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towupper.html">towupper</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td>&#160;<td>towupper, towupper_l - transliterate lowercase wide-character code to uppercase
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n66">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/towupper_l.html">towupper_l</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html">wctype.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#CX">CX</a><td>towupper, towupper_l - transliterate lowercase wide-character code to uppercase
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n345">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/trunc.html">trunc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>trunc, truncf, truncl - round to truncated integer value
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n347">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n205">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n268">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/trunc.html">trunc</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>trunc, truncf, truncl - round to truncated integer value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n65">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/truncate.html">truncate</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>truncate - truncate a file to a specified length
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n346">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/truncf.html">truncf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>trunc, truncf, truncl - round to truncated integer value
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n347">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/truncl.html">truncl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>trunc, truncf, truncl - round to truncated integer value
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n348">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/truncf.html">truncf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>trunc, truncf, truncl - round to truncated integer value
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n349">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/truncl.html">truncl</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td>&#160;<td>trunc, truncf, truncl - round to truncated integer value
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/search.h#n35">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/tsearch.html">tsearch</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html">search.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>tdelete, tfind, tsearch, twalk - manage a binary search tree
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n101">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ttyname.html">ttyname</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>ttyname, ttyname_r - find the pathname of a terminal
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n102">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/ttyname_r.html">ttyname_r</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>ttyname, ttyname_r - find the pathname of a terminal
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n47">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/write.html">write</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html">unistd.h</a><td>&#160;<td>pwrite, write - write on a file
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sys/uio.h#n27">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/writev.html">writev</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_uio.h.html">sys/uio.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>writev - write a vector
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n117">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/wscanf.html">wscanf</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html">stdio.h</a> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html">wchar.h</a><td>&#160;<td>fwscanf, swscanf, wscanf - convert formatted wide-character input
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n376">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/y0.html">y0</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>y0, y1, yn - Bessel functions of the second kind
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n377">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/y1.html">y1</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>y0, y1, yn - Bessel functions of the second kind
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n378">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/yn.html">yn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>y0, y1, yn - Bessel functions of the second kind
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n378">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/y0.html">y0</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>y0, y1, yn - Bessel functions of the second kind
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n379">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/y1.html">y1</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>y0, y1, yn - Bessel functions of the second kind
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n380">p</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/yn.html">yn</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html">math.h</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/help/codes.html#XSI">XSI</a><td>y0, y1, yn - Bessel functions of the second kind
 </table>
-<h4>stats</h4><ul><li>missing: 13<li>nosym: 4<li>nodecl: 0</ul>
+<h4>stats</h4><ul><li>missing: 13<li>nosym: 2<li>nodecl: 0</ul>