×

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 Variable#>, operation: <#Enumeration (WFMathOperation)#>, operand: <#String or Variable#>, scientific: <#Enumeration (WFScientificMathOperation)#>)

Example

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