Chapter Contents

Previous

Next
SINH

SINH



Returns the hyperbolic sine

Category: Hyperbolic


Syntax
Arguments
Details
Examples

Syntax

SINH(argument)

Arguments

argument
is numeric.


Details

The SINH function returns the hyperbolic sine of the argument, which is given by

[IMAGE]


Examples

SAS Statements Results
x=sinh(0);
0
x=sinh(1);
1.1752011936
x=sinh(-1.0);
-1.175201194


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.