Vyxapedia

Element - ¡ - Factorial

Characters: ¡


Description

Returns the factorial of the top of the stack


Overloads

  • num - factorial(a) (math.gamma(a + 1))
  • str - a.sentence_case()

Examples

  • 5 ¡ = 120
  • `hello my name jeff. ur sussy baka` ¡ = `Hello my name jeff. Ur sussy baka`
  • ⟨1|2|3|4|5⟩ ¡ = ⟨1|2|6|24|120⟩