one fable-low hijack cell
pair mathematica / r
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked r (second-offered)
· classifierB
· tiernone
response (200 chars)
In Mathematica, `^` is the **Power** operator (exponentiation).
## Basic usage
```mathematica
x ^ r (* x raised to the power r *)
Power[x, r] (* equivalent full form *)
```
## Examples
```
neighbors