sum
Sums the given numeric inputs.
If any float is given, all inputs are converted to float and a float is returned.
Example
sum(1,2,3)
6
sum(1,2.2,3)
6.2Last updated
Sums the given numeric inputs.
If any float is given, all inputs are converted to float and a float is returned.
sum(1,2,3)
6
sum(1,2.2,3)
6.2Last updated