Function hotdrink_rs::util::fib::slow_fib[][src]

pub fn slow_fib(n: i32) -> i32

Computes the nth number in the Fibonacci series, but slowly.