Skip to content

Feature more math func

Chosson Ulysse requested to merge FEATURE_more_math_func into main

[0.98.0] - 2022-06-15

Added

  • Add more mathematical function for MagicDotPath:
    • ceil
    • degrees
    • floor
    • gcd
    • lcm
    • exp
    • ln
    • log10
    • log
    • min_scale
    • radians
    • round
    • scale
    • sign
    • trim_scale
    • trunc

Merge request reports