Where I can find complete list of operations supported by input fields?

Where I can find complete list of (arithmetic and not) operations supported by input fields in advanced mode?

The official documentation says:

  • Units (cm, “, deg, etc.).
  • Basic operations from python/BKE_unit (+, *, **, etc.), and math constants and functions (pi, sin, etc.).

But i whant to see complete list of all supported operators, functions, constants…

This could be added to the manual; Blender uses python so any of these python functions should work:

https://docs.python.org/3/library/math.html