Hi,
thanks for your question.
I’m still working on documenting all the math functions, but here’s a quick list of all the functions that are available (old and new):
'sin','sinh','arcsin','asin','arcsinh','asinh',
'cos','cosh','arccos','acos','arccosh','acosh',
'tan','tanh','arctan','atan','arctanh','atanh',
'sqrt','abs','ln','log','exp','floor','ceil'
'average', 'mean',
'median', 'mode', 'range',
'max', 'min',
'mod', 'pi', 'power',
'round',
'number_format', 'number_format_eu',
'sum', 'product',
'rand_int', 'rand_float',
'arctan2', 'atan2',
'if'
Additionally you can now put text around the result of formula, like this:
=The sum of the column is {SUM(A2:A5)}.
or
=Price: {A3*A5} EUR
Regards,
Tobias