Function rubble_templates::std_fun::math::multiply_function [−][src]
pub fn multiply_function(
parameters: &[String],
_context: &mut Context
) -> Result<String, SyntaxError>
Multiplies values. If any of the parameters is not convertible to a number, then an error will be emitted with the invalid value.
Eg.
* 4 2 7.2
Expected output:
57.6