Skip to content

v0.3.0

Compare
Choose a tag to compare
@cedricduriau cedricduriau released this 23 Mar 16:20
· 25 commits to master since this release
  • Features:
    • NumberPower: Fuse to calculate the power of a number.
    • NumberSquareRoot: Fuse to calculate the square root of a number.
    • NumberCeil: Fuse to calculate the integer no greater than a number.
    • NumberFloor: Fuse to calculate the integer no less than a number.
    • NumberSine: Fuse to calculate the sine of a number in radians.
    • NumberCosine: Fuse to calculate the cosine of a number in radians.
    • NumberTangent: Fuse to calculate the sine of a number in radians.
    • NumberArcSine: Fuse to calculate the inverse sine of a number in radians.
    • NumberArcCosine: Fuse to calculate the inverse cosine of a number in radians.
    • NumberArcTangent: Fuse to calculate the inverse tangent of a number in radians.
    • NumberDegreesToRadians: Fuse to calculate the radian value of a number in degrees.
    • NumberRadiansToDegrees: Fuse to calculate the degree value of a number in radians.