Difference between revisions of "Trend"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Math_Functions]]
 

 

  

Revision as of 08:56, 22 March 2011



trend

Returns the trend value for a given x-value.

Syntax

trend(x, exp1, exp2, …)

Arguments

x: Is an expression of number type

expi: Is an expression of number type

Return type

number

Examples

print(trend(3, 4, 5));

//6

Availability

Version 4.8