Functions

main.cpp File Reference

#include <iostream>

Functions

int fib (int n)
 fib(n) berechnet die n-te Fibonacci-Zahl.
int main (int argc, char **argv)

Function Documentation

int fib ( int  n  ) 

fib(n) berechnet die n-te Fibonacci-Zahl.

int main ( int  argc,
char **  argv 
)
 All Files Functions