Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1: −
=FIBONNACI(SomeNumber)=
+
=FIBONNACI (NumberUpto)=
    
where,  
 
where,  
*<math>SomeNumber</math> is any real number.
+
*<math>NumberUpto</math> is any real number.
   −
FIBONNACI() displays the Fibonacci series up to the number specified in argument.
+
FIBONNACI() Returns the fibonnaci sequence
    
== Description ==
 
== Description ==
   −
FIBONNACI(SomeNumber) or FIBONACCI(SomeNumber)
+
FIBONNACI(NumberUpto) or FIBONACCI(NumberUpto)
    
e.g.  
 
e.g.  
Line 20: Line 20:  
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, .......
 
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, .......
 
   
 
   
*Argument <math>SomeNumber</math> specifies the count of numbers for which the sequence is to be displayed.  
+
*Argument <math>NumberUpto</math> specifies the count of numbers for which the sequence is to be displayed.  
   −
e.g. if <math>SomeNumber</math> is '3', Calci displays Fibonacci series up to 3 numbers excluding '0'.
+
e.g. if <math>NumberUpto</math> is '3', Calci displays Fibonacci series up to 3 numbers excluding '0'.
*If <math>SomeNumber</math> &lt; zero(0), Calci displays #NULL error message.
+
*If <math>NumberUpto</math> &lt; zero(0), Calci displays #NULL error message.
*If <math>SomeNumber</math> is not an integer, Calci rounds it up to display the result.
+
*If <math>NumberUpto</math> is not an integer, Calci rounds it up to display the result.
   −
*Both spellings supported - FIBONNACI(SomeNumber) or FIBONACCI(SomeNumber)
+
*Both spellings supported - FIBONNACI(NumberUpto) or FIBONACCI(NumberUpto)
 
   
 
   
 
== Examples ==
 
== Examples ==
writer
6,694

edits

Navigation menu