Skip to content

add trigo functions for magic dot path

Chosson Ulysse requested to merge FEATURE_trigo_functions into main

[0.99.0] - 2022-06-16

Added

  • Add trigonometric functions for MagicDotPath:
    • acos
    • acosd
    • asin
    • asind
    • atan
    • atand
    • atan2
    • atan2d
    • cos
    • cosd
    • cot
    • cotd
    • sin
    • sind
    • tan
    • tand

Merge request reports