You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.
This shows you the differences between two versions of the page.
functions:llfloor [2015-02-04 08:24 SLT] sei hex |
functions:llfloor [2015-02-04 13:10 SLT] (current) sei including infinity |
||
---|---|---|---|
Line 19: | Line 19: | ||
===== Notes ===== | ===== Notes ===== | ||
- | * The function returns -2147483648 (Hex. 0x80000000) for float values of 2147483648.0 or bigger, or less than -2147483648.0, or $nan. | + | * The function returns -2147483648 (Hex. 0x80000000) for float values of 2147483648.0 (including $pinf) or bigger, or less than -2147483648.0 (including $minf), or $nan. |
===== Short examples ===== | ===== Short examples ===== |