Skip to content
Magnus Karlsson edited this page Mar 23, 2015 · 2 revisions

Math (for more details please look at the tests in the test project: jshuntingyard-test)

abs

abs ( double x )

acos

acos ( double x )

asin

asin ( double x )

atan

atan ( double x )

atan2

atan2 ( double x , double y )

ceil

ceil ( double x )

cos

cos ( double x )

exp

exp ( double x )

floor

floor ( double x )

ieeeremainder

ieeeremainder ( double x , double y )

log

log ( double x )

max

max ( int x , int y )

min

min ( int x , int y )

random

random ( )

rint

rint ( double x )

round

round ( double x )    

sin

sin ( double x )

sqrt

sqrt ( double x )

tan

tan ( double x )

toDegrees

toDegrees ( double x )

toRadians

toDegrees ( double x )

Clone this wiki locally