Current date/time is Sat Nov 28, 2009 7:13 pm

Post a reply

Post a reply
 

HTML is OFF
BBCode is ON
Smilies are ON

  
Options


Jump to:  

Topic review

Declare your own functions

by Admin on Tue Jun 17, 2008 3:23 pm

As you know, one of the most useful features of Smart Math Calculator has been its easy variable declaration by typing x=12^2 for example. Well now you can do the same with functions.

To declare a function simply type it in its common mathematical form:
f(x) = 2*x + x^2

You can have as many parameters as you like:
myScale(x,y,z, rate) = x*rate + y*rate + z*rate

Calling these functions is easy, just type:
f(5) + myScale(10,0,5,0.05)



We need your feedback!!!! Please tell us what you think of this new feature! Just post a reply in this forum.

Cheers