Skip to main content

sinh

The mathematical hyperbolic sine function.

Parameter

Type

x

decimal, double

Returns: decimal

Example

Query:

PREFIX : <https://ddw-doccorp.linked.data.world/d/sparql-function-sample-queries/>
PREFIX fn: <http://data.world/function/functions#>

SELECT (fn:sinh(0.0) AS ?sinh)
{
}

Run query

Results:

sinh

0.0