Top 25 Jars Java tFunction V 1.01
Version Francaise Francais
Main page
Home
[ aDraw | tCalDate | tListe | tEuroCalc | tCalEvent | tChart | tFunction | tOnglet | tCChat | tCount ]
[ aTicker | aFont | aSearch | tBBar | tMButton tButton tScroll | tPassword | Winmine ]
[ Home | Applets | Servlets | ASP components ]

INDEX



Description
tFunction is a Draw function Applet. tFunction run on all browser with support JDK 1.02 .
tFunction is simple sample of my parser class and cChart Component.
With tFunction you can draw : all "f(x)" function...
Index



Registration / Enregistrement
tFunction is a FreeWare for non commercial site.
For personnal use you want add a reference to me (my URL page) and send to me your URL (with tFunction applet).
For a professional use you want get a "professional registration". With this registration you can use tFunction with no reference to me and i send to you all tFunction, parser and cChart source.
If you want use cChart or parser in other Applet or application you must get a "professionnal registration".
For more informations about "Professional registration" : R. BERTHOU.
Index



HTML Source
<applet code="tfunction.class" width=550 height=380>
    <param name=bgImg        value="./f_2.gif">
    <param name=font         value="Arial">
    <param name=fontsize     value=10>
    <param name=bgcolor      value=14737632>
    <param name=function     value="cos(x^2)/(0.1+x)"25>
    <param name=iMin         value="0.2"25>
    <param name=iMax         value="5"25>
    <param name=iPas         value="0.1"25>
</applet>
Index



Parameters
Param nameTypeDescription
bgImgstringName of background image
bgcolorintegerBorder color rrggbb info (0xFFFFFF)
fonttextFont Name
fontsizeintegerFont Size
functionstringFunction string
iMindoublex Minimum value
iMaxdoublex Maximum value
iPasdoublex increase value
Index



Function Format
TypeValueComment
operators+
-
*
/
^
Functionscos
sin
tan
log
exp
acos
asin
atan
abs
sqrt
round
Constant$PI
$E
PI = 3.1416
E = 2.71828
FunctionReturnComment
cos(x^2)/(0.1+x)Ok
sin(x*$PI/2)/SQRT(+ABS(x))OkWarning ! : if x = 0 return NaN
x^-1ErrUse x^(-1) idem "*" and "/"
x^+2ErrUse x^(+2) idem "*" and "/"
cos(x*PI/2)ErrUse cos(x*$PI/2)
Index



History
In construction...

1.01Add horizontal scroll (cChart).
1.00Firts version.

Index



Download file
tFunction Sample tfunction.zip (12Ko)      (backup)
Index



Copyright © 1996..2003, BERTHOU. All right reserved.
Last change : 05 March 2003 18H20