tan
The mathematical trigonometric tangent 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:tan(fn:pi() / 3.0) AS ?tan) { }
Table 2. Results
tan |
---|
1.7321 |