Description: Operators
Numeric operators:+,- ,* , /, (or mod), \ (or div), ^ (raise to a power).
Comparison operators: =, <>, >, <, >=, <=.
Logical operators: & (or and), | (or or), xor, ! (or not).
Bitwise operators: && (or band), || (or bor), bxor, !! (or bnot), << (or shl), >> (or shr).
Concatenation operator: @.
Difference in addition and concatenation operations is that @ always treats its operands as strings, i.e. "123" @ 321 results in "123321" (unlike it "123"+ 321 returns 444).
Numeric functions:
Trigonometric, hyperbolic and invert functions:
sin(x), cos(x), tan(x), asin(x), acos(x), atan(x), cosh(x), sinh(x), tanh(x), asinh(x), acosh(x), atanh(x)
Exponential and logarithmical functions:
log(x), lg(x) (log base 10), exp(x), sqrt(x)
Integer and factional part of number: int, frac
Absolute value: abs
Sign of a number: sign
Random value and initialization of the random number generator: rnd(x), randomize
Statistical func
To Search:
File list (Check if you may need any files):
tcal5.5\bin\readme.txt
.......\...\updata.txt
.......\...\计算结果.txt
.......\...\配置.ini
.......\.mp\0.bmp
.......\...\1.bmp
.......\...\2.bmp
.......\...\3.bmp
.......\...\5122_13.png
.......\...\5128_05.png
.......\...\5128_07.png
.......\...\6.bmp
.......\...\main.ico
.......\...\Thumbs.db
.......\Clear.bat
.......\formula\ArtFormula.html
.......\.......\demo\af_file.pas
.......\.......\....\demo.bdsproj
.......\.......\....\demo.cfg
.......\.......\....\demo.dof
.......\.......\....\demo.dpr
.......\.......\....\demo.dproj
.......\.......\....\demo.dproj.local
.......\.......\....\demo.identcache
.......\.......\....\demo.res
.......\.......\....\edit.dfm
.......\.......\....\edit.pas
.......\.......\....\info
.......\.......\....\lang\Russian.lng
.......\.......\....\....\Spanish.lng
.......\.......\....\ma.pas
.......\.......\....\macro.rtf
.......\.......\....\macros
.......\.......\....\macros.dfm
.......\.......\....\macros.pas
.......\.......\....\main.dfm
.......\.......\....\main.pas
.......\.......\source\aformula.cfg
.......\.......\......\aformula.dof
.......\.......\......\aformula.dpk
.......\.......\......\aformula.dproj
.......\.......\......\aformula.dproj.local
.......\.......\......\aformula.identcache
.......\.......\......\aformula.lpk
.......\.......\......\aformula.pas
.......\.......\......\aformula.res
.......\.......\......\aformula_Icon.ico
.......\.......\......\artformula.dcr
.......\.......\......\artformula.inc
.......\.......\......\formula.pas
.......\.......\......\formulaf.pas
.......\.......\......\formulan.pas
.......\.......\......\formulanf.pas
.......\.......\......\tartformula.lrs
.......\.......\......\tartformulan.lrs
.......\.......\Thumbs.db
.......\pas\main.dfm
.......\...\main.pas
.......\...\numkey.dfm
.......\...\numkey.pas
.......\sound\0.wav
.......\.....\1.wav
.......\.....\2.wav
.......\.....\3.wav
.......\.....\4.wav
.......\.....\5.wav
.......\.....\6.wav
.......\.....\7.wav
.......\.....\8.wav
.......\.....\9.wav
.......\.....\add.wav
.......\.....\div.wav
.......\.....\equal.wav
.......\.....\mul.wav
.......\.....\mywav.rc
.......\.....\other.wav
.......\.....\point.wav
.......\.....\rc.bat
.......\.....\sub.wav
.......\tcal.dpr
.......\Tcal.dproj
.......\tcal.dproj.local
.......\Tcal.identcache
.......\tcal.res
.......\tcal.skincfg
.......\Tcal.stat
.......\formula\demo\lang
.......\.......\....\__history
.......\.......\source\__history
.......\.......\demo
.......\.......\source
.......\pas\__history
.......\bin
.......\bmp
.......\dcu
.......\formula
.......\pas
.......\sound
.......\__history
tcal5.5