SH

Contents


sh returns the hyperbolic sine of its parameter.

 

Syntax

   sh(num_exp)

 

Parameters

Element

Description

Restrictions

num_exp

Numeric Expression

-184<= num_exp<= 184

 

Examples

   Y = sh(3*X)

 

Description and Comments

sh(X) returns (exp(X)-exp(-X))/2.

sh is the inverse of the ash function.

The result type is Double.

 

Associated Errors

Error

Description

ERMODE (10)

The parameter is not numeric.

ERHUGE (13)

| num_exp | > 184,89995462

 

Associated Keywords

ASH - ACH - ATH - CH - TH


CONTENTS


Copyright © Sage 1999 - 2007