Releases: Spicy-Acorn/fusionnumber
Releases · Spicy-Acorn/fusionnumber
v0.8.0
v0.7.0
v0.6.0
v0.5.0
v0.4.0
v0.3.0
- 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.
v0.2.0
- Features:
- full rename of repository
FusionMath
->FusionNumber
- full rename of repository