Template:Floor

From Zoophilia Wiki
Revision as of 22:00, 24 April 2006 by meta>Verdy p
Jump to navigationJump to search

Template:Template documentation Implements the mathematical floor function.

Usage:
{{floor|value}}
Examples:
  • {{floor|3.9}} = 3.
  • {{floor|3.5}} = 3.
  • {{floor|3.1}} = 3.
  • {{floor|3.0}} = 3.
  • {{floor|1.0}} = 1.
  • {{floor|0.9}} = 0.
  • {{floor|0.5}} = 0.
  • {{floor|0.1}} = 0.
  • {{floor|0.0}} = 0.
  • {{floor|-0.1}} = -1.
  • {{floor|-0.5}} = -1.
  • {{floor|-0.9}} = -1.
  • {{floor|-1.0}} = -1.
  • {{floor|-3.0}} = -3.
  • {{floor|-3.2}} = -4.
  • {{floor|-3.5}} = -4.
  • {{floor|-3.9}} = -4.
See also: