Lucid.Util.FloatFormula

This task type evaluates simple numeric formulas using floating-point numbers.

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

  • … (see SymPy documentation)