Map and Table Calculation

SINH( ) function

Returns the hyperbolic sine of an angle.

Syntax

SINH(Value)

Input

Value is the angle specified in radians
Domain type: any Value domain

Output

SINH returns: a real value
Domain: system domain Value

Notes:

Tips:

Usable in

MapCalc, TabCalc, Simple calculators

Examples

Pocket line calculator examples:

? SINH(4)

returns 27.290

MapCalc example:

OutMap = SINH(InMap)

 

InMap

OutMap

2.0 1.0 0.5
0.2 0.3 -1.0
? -0.4 -0.1
3.627 1.175 0.521
0.201 0.305 -1.175
? -0.411 -0.100

TabCalc example:

OutCol = SINH(InCol)

 

InCol

OutCol

2.0

3.627

1.0

1.175

0.5

0.521

0.2

0.201

0.3

0.305

-1.0

-1.175

?

?

-0.4

-0.411

-0.1

-0.100

Applied example:

Suppose a laboratory test value series between 0 and 10 seconds. An empirical analysis of the collected history of experiments shows that the probability of obtaining a result, x, of less than t seconds is approximated by the following equation:

P(x<t) = 2868 * SINH(0.0342 * t) where 0<t<10

To calculate the probability of obtaining a result of less than 1.03 seconds, substitute 1.03 for t:

2.868 * SINH(0.0342 * 1.03) equals 0.101049063

You can expect this result to occur about 101 times for every 1000 experiments.

See also: