Skip to contents

Computes x to the power of y.

Arguments

x

DOUBLE

y

DOUBLE

Examples

if (FALSE) { # \dontrun{
pow(2, 3)
} # }