Skip to main content

ceiling_fibonacci_val

Function ceiling_fibonacci_val 

Source
pub fn ceiling_fibonacci_val(x: f64) -> f64
Expand description

Smallest Fibonacci number (1, 2, 3, 5, 8, …) that is >= x; 1.0 for x <= 1. Assumes positive_finite(x).