Use reverse polish notation   Export as .csv

^

%

/

*

-

7

8

9

+

4

5

6

1

2

3

Enter

0

.

(

)

abs

acos

asin

atan

avg

ceil

cos

floor

log

max

min

round

sin

sqrt

tan

chr

hex

iif

!

&

==

>

<

<=

>=

<>

avg

abs

acos

Returns the arccosine (in radians) of a number.

Syntax

acos(x)

Parameters

x A number

Description

The acos method returns a numeric value between 0 and pi radians. If the value of number is outside this range, it returns NaN.

Examples

The following function returns the arccosine of 1:

acos(1)

If you pass -1 to acos, it returns 3.141592653589793; if you pass 2, it returns NaN because 2 is out of range

asc

asin

Returns the arcsine (in radians) of a number.

Syntax

asin(x)

Parameters

x A number

Description

The asin method returns a numeric value between -pi/2 and pi/2 radians. If the value of number is outside this range, it returns NaN.

Examples

The following function returns the arcsine of 1:

asin(1)

If you pass asin the value 1, it returns 1.570796326794897 (pi/2); if you pass it the value 2, it returns NaN because 2 is out of range.

atan

Returns the arctangent (in radians) of a number.

Syntax

atan(x)

Parameters

x A number

Description

The atan method returns a numeric value between -pi/2 and pi/2 radians.

Examples

The following function returns the arctangent of 1:

atan(1)

If you pass atan the value 1, it returns 0.7853981633974483; if you pass it the value .5, it returns 0.4636476090008061.

cdate

chr

cos

Returns the cosine of a number.

Syntax

cos(x)

Parameters

x A number

Description

The cos method returns a numeric value between -1 and 1, which represents the cosine of the angle.

Examples

The following function returns the cosine of 1:

cos(1)

chr

asin

Returns the arcsine (in radians) of a number.

Syntax

asin(x)

Parameters

x A number

Description

The asin method returns a numeric value between -pi/2 and pi/2 radians. If the value of number is outside this range, it returns NaN.

Examples

The following function returns the arcsine of 1:

asin(1)

If you pass asin the value 1, it returns 1.570796326794897 (pi/2); if you pass it the value 2, it returns NaN because 2 is out of range.

asin

Returns the arcsine (in radians) of a number.

Syntax

asin(x)

Parameters

x A number

Description

The asin method returns a numeric value between -pi/2 and pi/2 radians. If the value of number is outside this range, it returns NaN.

Examples

The following function returns the arcsine of 1:

asin(1)

If you pass asin the value 1, it returns 1.570796326794897 (pi/2); if you pass it the value 2, it returns NaN because 2 is out of range.