pow
The mathematical exponentiation function.
Returns: decimal
Table 1.
Parameter | Type |
---|---|
x | decimal, double |
y | 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:pow(3, 3) AS ?log10) { }
Table 2. Results
log10 |
---|
27 |