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