Skip to content

Commit 7842954

Browse files
authored
[stdfix] Update function names (#129129)
The remaining math functions are `mulifx` (int * fx = int), `divifx` (int / fx = int), `fxdivi` (int / int = fx), and `idivfx` (fx / fx = int).
1 parent ffecd72 commit 7842954

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libc/docs/headers/math/stdfix.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ The following functions are included in the ISO/IEC TR 18037:2008 standard.
7575
+---------------+----------------+-------------+---------------+------------+----------------+-------------+----------------+-------------+---------------+------------+----------------+-------------+
7676
| countls | |check| | |check| | |check| | |check| | |check| | |check| | |check| | |check| | |check| | |check| | |check| | |check| |
7777
+---------------+----------------+-------------+---------------+------------+----------------+-------------+----------------+-------------+---------------+------------+----------------+-------------+
78-
| divi | | | | | | | | | | | | |
78+
| divi\* | | | | | | | | | | | | |
7979
+---------------+----------------+-------------+---------------+------------+----------------+-------------+----------------+-------------+---------------+------------+----------------+-------------+
80-
| idivi | | | | | | | | | | | | |
80+
| idiv\* | | | | | | | | | | | | |
8181
+---------------+----------------+-------------+---------------+------------+----------------+-------------+----------------+-------------+---------------+------------+----------------+-------------+
8282
| muli | | | | | | | | | | | | |
8383
+---------------+----------------+-------------+---------------+------------+----------------+-------------+----------------+-------------+---------------+------------+----------------+-------------+
84-
| rdivi | | | | | | | | | | | | |
84+
| \*divi | | | | | | | | | | | | |
8585
+---------------+----------------+-------------+---------------+------------+----------------+-------------+----------------+-------------+---------------+------------+----------------+-------------+
8686
| round | |check| | |check| | |check| | |check| | |check| | |check| | |check| | |check| | |check| | |check| | |check| | |check| |
8787
+---------------+----------------+-------------+---------------+------------+----------------+-------------+----------------+-------------+---------------+------------+----------------+-------------+

0 commit comments

Comments
 (0)