factorial

Function factorial 

Source
pub fn factorial(n: u64) -> String
Expand description

Calculate a factorial number from an integer.