1
0
Fork 0
hugo/docs/content/en/functions/math/Sub.md

347 B

title description categories keywords params
math.Sub Subtracts one or more numbers from the first number.
functions_and_methods
aliases returnType signatures
sub
any
math.Sub VALUE VALUE...

If one of the numbers is a float, the result is a float.

{{ sub 12 3 2 }} → 7