Files
2026-07-13 11:58:46 +08:00

347 B

title, description, categories, keywords, params
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