Oracle Plsql Sinh Function

Oracle / PLSQL: SINH Function

This Oracle tutorial explains how to use the Oracle/PLSQL SINH function with syntax and examples.

Description

The Oracle/PLSQL SINH function returns the hyperbolic sine of n.

Syntax

The syntax for the SINH function in Oracle/PLSQL is:

SINH( n )

Parameters or Arguments

n

A numeric value used to calculate the hyperbolic sine.

Returns

The SINH function returns a numeric value.

Applies To

The SINH function can be used in the following versions of Oracle/PLSQL:

  • Oracle 12c, Oracle 11g, Oracle 10g, Oracle 9i, Oracle 8i

Example

Let's look at some Oracle SINH function examples and explore how to use the SINH function in Oracle/PLSQL.

For example:

SINH(3)
Output: 10.0178749274099

SINH(5.2)
Output: 90.6333626553652

SINH(-5.2)
Output: -90.6333626553652