fibonacci_loop Function

public function fibonacci_loop(n) result(f_n)

Update current F number Update previous two numbers

Arguments

Type IntentOptional AttributesName
integer(kind=int64), intent(in) :: n

Nth fibonacci to compute

Return Value integer(kind=int64)


Contents

None