Tools Find Store Games Links Login
Home Services Products Contact Us About Us My SetupGroup
General |Accessories |Arcade Games |Board Games |Card Games |Puzzles |Misc |Play Online
Click here to hide toolbar Hide toolbar

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

Copyright © 2002 Setup Group All rights reserved.
Home | Back | Contact Us | Tell a friend | Submit Software | Login | Lobby | Search Last update: March 9, 2007
Quote: Imitation is the sincerest form of flatter, yet it can damage your business.
Author: EG, 1996