Trend

From Catglobe Wiki
Revision as of 11:08, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



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