Search code examples
rubymathfactorial

Ruby factorial function


I'm going crazy: Where is the Ruby function for factorial? No, I don't need tutorial implementations, I just want the function from the library. It's not in Math!

I'm starting to doubt, is it a standard library function?


Solution

  • There is no factorial function in the standard library.