Lucid.Util.StringFormula¶
This task type evaluates simple formulas to string values.
Supported functions and operators:
sin
cos
tan
asin
acos
atan
atan2
sinh
cosh
tanh
asinh
acosh
atanh
floor
ceiling
frac
exp
log
sinc
Max
Min
sqrt
Abs
sign
+
-
*
/
%
**
or
and
^
==
!=
>
>=
<
<=
(
)
True
False
Piecewise
... if ... else ...