Skip to main content

pow

The mathematical exponentiation function.

Parameter

Type

x

decimal, double

y

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:pow(3, 3) AS ?log10)
{
}

Run query

Results:

log10

27