Previous Page Next Page Contents

numlib::fibonacci -- Fibonacci numbers

Introduction

numlib::fibonacci(n) returns the n-th Fibonacci number.

Call(s)

numlib::fibonacci(n)

Parameters

n - a nonnegative integer

Returns

a nonnegative integer, or the function call with its arguments evaluated.

Details

Example 1

We compute the -the Fibonnacci number:

>> numlib::fibonacci(201)
                453973694165307953197296969697410619233826

Background




Do you have questions or comments?


Copyright © SciFace Software GmbH & Co. KG 2000