Calculator++ v1.2 by SiC

소프트웨어 관련/Maxthon 2005. 9. 1. 09:36 Posted by 동해랑

Calculator++
Version: 1.2
Author: SiC
Description:

A scientific programmable javascript calculator. This plugin uses JScript Engine to evaluate the value, which means you can also program & run Javascript in it.

Last updated: 19 Dec 2003 at 12:02CET
Rating: 9.5/10(2votes)
Downloads: 680
Last Downloaded: 31 Aug 2005 at 17:31CET
File Size: 3.75 KB

Documentation

Functions:
------------
abs(value)
Absolute value

sin(radians)
cos(radians)
tan(radians)
Standard trigonometric functions; Parameter in Radians

acos(value)
asin(value)
atan(value)
Inverse trigonometric functions; Return in Radians

exp(value)
log(value)
Exponential and natural logarithm; Base e

ceil(value)
Returns least integer greater than or equal to argument

floor(value)
Returns greatest integer less than or equal to argument

min(value1, value2)
max(value1, value2)
Returns greater or lesser (respectively) of two arguments

pow(base, exponent)
Exponential; First Parameter is Base, the Second is Exponent

round(value)
Rounds argument to nearest integer

sqrt(value)
Calculate Square root

random()
Returns a random number between 0 and 1

Constants:
-------------
PI = 3.141592653589793
LN2 = 0.693...
LN10 = 2.302...
E = 2.718...
LOG2E = 1.44...
LOG10E = 0.434...
SQRT2 = 1.414...
SQRT1_2 = 0.707...

Format:
---------
Format 1:

(3+9)/pow(9,3)
Format 2:

x=3;y=9;(x+y)/pow(y,2)
Format 3:

x=3;
y=9;
(x+y)/pow(y,2);



본 프로그램은 Maxthon 웹브라우저의 애드온입니다.


 
Google+