×

Math

iOS 14 +

Notes

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

Syntax

math(input: <#String or Number (Allows Variables)#>, operation: <#Dynamic Enum (WFMathOperation)#>, operand: <#String or Number (Allows Variables) (Optional)#>, scientific: <#Enumeration (WFScientificMathOperation) (Optional)#>)

Example

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