2.0
3.0
>
lang
>
fix
Previous
Next
Edit
Rename
Undo
Search
Administration
Documentation
Warning! This page is not translated.
See english version
Fix
Value
= Fix (
Number
)
Returns the integer part of a number.
Example
PRINT Fix(Pi)
3
PRINT Fix(-Pi)
-3
The behaviour of Fix and
Int
are the same for positive number, and are different for negative numbers.
See also
Int
,
Arithmetical Functions