math_convertEuro
Converts between euros and legacy Euro-zone currencies.
Target
Signature
1math_convertEuro(value, euroTo::string)Converts between euros and legacy Euro-zone currencies.
math_convertEuro is a global callable that can be used wherever an expression is valid. math_convertEuro is part of numeric expression work. Be deliberate about integer versus decimal inputs because several math helpers preserve or infer the result type from their arguments.
Parameters
value- Required value. Supply
valuepositionally unless the signature shows a keyword form. euroTo- Required value of type
string. SupplyeuroTopositionally unless the signature shows a keyword form.
Examples
Basic call
1math_convertEuro(10, 'FRF')The example keeps numeric inputs explicit so integer and decimal behavior remain visible.