Function tetration

Source
pub fn tetration(a: u64, b: u64, m: u64) -> u64
Expand description

$a \uparrow \uparrow b \pmod m$を求める。