This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
functions:ifloor [2017/04/15 17:49] – korshun | functions:ifloor [2019/08/26 21:03] (current) – removed korshun | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ifloor ====== | ||
- | {{tag> | ||
- | '' | ||
- | ===== Description ===== | ||
- | Rounds x down and returns the result as an integer. | ||
- | |||
- | See the article on [[: | ||
- | |||
- | ===== Examples ===== | ||
- | < | ||
- | ifloor(2.3) -> 2 | ||
- | ifloor(3.8) -> 3 | ||
- | ifloor(5.5) -> 5 | ||
- | ifloor(-2.3) -> -3 | ||
- | ifloor(-3.8) -> -4 | ||
- | ifloor(-5.5) -> -6 | ||
- | </ |