mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
22 lines
176 B
Plaintext
22 lines
176 B
Plaintext
|
## args: float
|
||
|
## ret: float
|
||
|
## includes: math.h
|
||
|
0.0f
|
||
|
-0.0f
|
||
|
0.001f
|
||
|
-0.001f
|
||
|
0.5f
|
||
|
-0.5f
|
||
|
0.999f
|
||
|
-0.999f
|
||
|
1.0f
|
||
|
-1.0f
|
||
|
1.001f
|
||
|
-1.001f
|
||
|
123.5f
|
||
|
-123.5f
|
||
|
12345.1f
|
||
|
-1000000.5f
|
||
|
1e15f
|
||
|
-1e30f
|