sinh
The mathematical hyperbolic sine function.
Returns: decimal
Table 1.
Parameter | Type |
|---|---|
x | decimal, double |
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)
{
}Table 2. Results
sinh |
|---|
0.0 |