[FREE] Maths Extension

1. Introduction
Use this extension to do simple and Advanced Mathematics.

2. Details
Name: Maths
Version: 1
Package Name: com.appybuilder.rutheniumalpha.Maths
Date Build: 2021-02-06T18:30:00Z
Last Updated: 2021-02-06T18:30:00Z

3. Blocks

Absolute
image
Returns the absolute value of num.

AngleThetaRectanCoord
image
Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinates.

ArcosineRad
image
Returns the arccosine of num, in radians.

ArcsineRad
image
Returns the arcsine of num, in radians.

ArctangentRad
image
Returns the arctangent of num as a numeric value between -PI/2 and PI/2 radians.

Arithemetics
image
Use Arithemetics. + for Adddition, - for Subtraction, * for Multiplication, / for Division.

Ceil
image
Returns the value of num rounded up to its nearest integer.

Convert
Converts Radians to Degrees and vise versa. Rad - Radians, Deg - Degrees. If the from-to is not given properly it will return 0.
Case 1
image
This will convert Radians to Degrees.
Case 2
image
This will convert Degrees to Radians.

Cosine
image
Returns the cosine of num (num is in radians).

CubeRoot
image
Returns the cube root of num.

Floor
image
Returns the value of num rounded down to its nearest integer.

HyperbolicCosine and HyperbolicTangent
image
Returns the Hyperbolic Tangent/Cosine of num.

Hypot
image
Returns sqrt(x^2 +y^2) without intermediate overflow or underflow.

Log and Log10
image
Returns the log/log 10 of num.

Min and Max
image
Returns the min/max of x,y.

Power
image
Returns the value of x to the power of y.

Random0to1
image
Returns a random number between 0 and 1.

Round
image
Returns the value of num rounded to its nearest integer.

Sine
image
Returns the sine of num (num is in radians).

SquareRoot
image
Returns the square root of num.

Tangent
image
Returns the tangent of an angle.

CopySign
image
Returns the first floating point num with the sign of the second floating point y.

Download (Version 1)
Download AIX : com.appybuilder.rutheniumalpha.Maths.aix (9.9 KB)

Thanks to my best friend and teacher @Salman_Dev. :smiling_face_with_three_hearts: :smiling_face_with_three_hearts:

Please feel free to say any improvements or any bugs. :smile:

7 Likes

Maybe add a function called Map()? I know it can be achieved by regular blocks though.

4 Likes

Nice extension @Alpha2020

2 Likes

Thank you very much @Nisarga_Adhikary :heart_eyes:

2 Likes

Wow, I’m so proud of you. @Alpha2020 :heart_eyes:
Keep up the good work. :star_struck: :+1:

4 Likes

Thank you.... :smiling_face_with_three_hearts: :kissing_heart:

4 Likes

Some blocks are useful,
others are present in the inbuilt blocks itself...

5 Likes

Good. Can you adjust the size of the image of the extension? I think it is too big.

1 Like

I have only one question. How can i round numbers on 2 decimal numbers?? @Alpha2020
Ty

A community search might have yielded the fiollowing:

1 Like