atan
The mathematical inverse 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:atan(1.0) as ?atan)
{
}Table 2. Results
atan |
|---|
0.7854 |