×

Calculate With Soulver

iOS 14 +

Notes

Use the natural language calculation engine from Soulver to evaluate the given expressions. See the documentation in-app for examples.

Syntax

calculateWithSoulver(text: <#String (Allows Variables)#>, roundResult: <#Boolean#>, roundTo: <#Integer#>, changeLocale: <#Boolean#>, locale: <#String (Allows Variables)#>, updateCurrencies: <#Boolean#>)

Example

calculateWithSoulver(text: "(x + 4^42) = y + 1", roundResult: true, roundTo: 2, changeLocale: false, locale: "", updateCurrencies: )