Function numbers::fibonacci_float
source · pub fn fibonacci_float(number: f64) -> f64Expand description
Returns the fibbonacci of a floating point number.
pub fn fibonacci_float(number: f64) -> f64Returns the fibbonacci of a floating point number.