Files
hugo/content/en/functions/math/Sub.md
T
2024-01-18 14:26:46 -08:00

499 B

title, description, categories, keywords, action
title description categories keywords action
math.Sub Subtracts one or more numbers from the first number.
aliases related returnType signatures
sub
functions/math/Add
functions/math/Div
functions/math/Mul
functions/math/Product
functions/math/Sum
any
math.Sub VALUE VALUE...

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

{{ sub 12 3 2 }} → 7