"*" function:
-
Can also be called as
nas_times -
Can also be called as
nas_multiple
If all the arguments are numbers as string, multiply them.
Examples:
- running:
("*" "2", "3")will give:"6"
- running:
("*" "2", "15", "0.1")will give:"3"
- running:
("*" "1e100", "1e80", "1E300")will give:"1e+480"
- running:
("*" "2", true)will return nothing