Resource icon

Script BEMLE (Basically Every Math Library Ever) 0.0.3

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Shroob

Well-Known Member
Jan 23, 2022
284
37
28
Your mom
Shroob submitted a new resource:

BEMLE (Basically Every Math Library Ever) - skript but more math

skript but it has more math functions I find useful

functions:
Math_Sign(number): returns -1 if number is negative, 0 if number is 0, 1 if number is positive
Math_IsFinite(number): returns false if number is infinite, returns true if number is finite
Math_Factorial(number): returns the factorial of the number
Math_Pi(number): returns pi multiplied by the number
Math_e(number): returns e multiplied by the number

Read more about this resource...