Skip to content

operator mod, mul, truediv

Chosson Ulysse requested to merge FEATURE_operator_mul_div into main

Added

  • Add * operator for MagicDotPath.
  • Add / operator for MagicDotPath.
  • Add % operator for MagicDotPath.

Changed

  • All number (int and float) are cast in decimal.

Merge request reports