Stride is now live! 🚀 Check out our quick start guide to get started.
logo

Operations

Basic mathematical built-in operators and functions are available.

In addition to basic mathematical operators such as +, -, *, /, ^, and conditionals, Stride also supports the following functions:

FunctionDescription
abs(x)Absolute value
sqrt(x)Square root
max(x_1, x_2, ...)Maximum value
min(x_1, x_2, ...)Minimum value
sum(x_1, x_2, ...)Sum
prod(x_1, x_2, ...)Product
log(x)Natural log
log10(x)Base 10 log
log2(x)Base 2 log

Last updated on

On this page

No Headings