 | Calculator |
|
| |
| |
| | |
| Calculator Version 3.7.1, Release Date: November 07, 2006, Made by Mark Okun , Used Java 1.6
General Information
This is a calculator available for all platforms (Windows, Unix) and on the Web. The calculator is very simple to used and you do not need any additional documentation. | |
User functions
The calculator allows to work with user-defined functions. The previous version of the calculator used scripted language developed by me. The Java 1.6 integrates Java technology and scripting languages and I changed my calculator. The current version allows create functions in Java Script. Each function is saved in separate file. All functions have the same name calculator and use the variable x as attribute. function calculate(x) {
.....
.....
return x; } Simple: Celsius to Fahrenheit function calculate(x) {
return 9/5 * x + 32; } | |
Links | |
|