Math 2
Calls the native javascript Math function that has 2 inputs
Description
Calls the native javascript Math function that has 2 inputs.
See <a href="https://www.w3schools.com/js/js_math.asp" target="_blank">JavaScript Math Object</a> for the list of available functions.
Inputs
- name (String): The name of the mathematical function to perform
- param1 (Number): The input value 1
- param2 (Number): The input value 2
Outputs
- result (Number): The result