Math

Notes

Solves a math equation. You can use +, -, ×, ÷, and … as operations. When using … you can apply a scientific operation type.

Syntax

math(input: <#String (No Variables)#>, operation: <#Type (WFMathOperation)#>, operand: <#String (No Variables)#>, scientific: <#Type (WFScientificMathOperation)#>)

Example

math(input: "10", operation: …, operand: "42", scientific: x^y)