Skip to content

Feature maths operators

Chosson Ulysse requested to merge FEATURE_maths_operators into main

[0.90.0] - 2022-05-31

Added

  • Add ** (puissance) operator for MagicDotPath.
  • Add sqrt (square root) operator for MagicDotPath.
  • Add cbrt (cube root) operator for MagicDotPath.
  • Add abs (absolute value) operator for MagicDotPath.

Merge request reports