add floor |
fill in the standard details |
||
Line 12: | Line 12: | ||
|}} | |}} | ||
Rounds down to the next | == Usage == | ||
Rounds the input down to the next integer (towards negative infinity). | |||
== Inputs == | |||
=== N (Generic) === | |||
Numeric value to floor. | |||
== Outputs == | |||
=== * (Generic) === | |||
The floor of the input with a matching type. For types with multiple values, each individual value is floored. | |||
[[Category:ProtoFlux:Math]] | [[Category:ProtoFlux:Math]] |
Revision as of 01:03, 15 January 2024
Floor
Math
Usage
Rounds the input down to the next integer (towards negative infinity).
Inputs
N (Generic)
Numeric value to floor.
Outputs
* (Generic)
The floor of the input with a matching type. For types with multiple values, each individual value is floored.