factorial

  • 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 community!

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

  1. Shroob

    Script BEMLE (Basically Every Math Library Ever) 0.0.3

    (DEPRECATED) 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)...