math floor
for math> math floor {flags}
input | output |
---|---|
list<number> | list<int> |
number | int |
Apply the floor function to a list of numbers
> [1.52.3-3.1] |math floor
╭───┬────╮
│0│1│
│1│2│
│2│-4│
╰───┴────╯
Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
https://www.nushell.sh/commands/docs/math_floor.html