Fibonacci

Function of: MathExt
Returns: Number
Tags:  static

Calculates the Fibonacci number at the specified index.

Parameters
Name Type Description
nNumber
Example
local function_output = MathExt.Fibonacci(Number n
)