Soulver Icon

Functions

Soulver has all the standard mathematical functions built in. You can see all supported functions in the Quick Reference.

To use a function:

1. To use a function, type it's name followed by the input value inside parenthesis. For example:

sin(40)

0.6427876097


Notes

  • You don't have to enclose the function's parameters in parentheses, but it's good practice.

  • The default trigonometry mode is degrees. You can enable radians for your line using the Formatting Bar.

  • Soulver does not support custom functions at this time.