WLJS LogoWLJS Notebook

Power

x^y gives x to the power y.

Examples

Exponentiation:

2^10
(* 1024 *)

Fractional powers:

8^(1/3)
(* 2 *)

Symbolic:

x^2 * x^3
(* x^5 *)

Please visit the official Wolfram Language Reference for more details.

On this page