Return the n-th Fibonacci number.
Return the n-th Fibonacci number, raising an exception if a non-integer is passed as n.