one fable-low hijack cell
pair julia / sas
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked julia (first-offered)
· classifierA
· tiernone
response (200 chars)
It looks like you're asking about the `^` operator in Julia and SAS — here's how it differs between them:
## Julia
`^` is the **exponentiation** operator:
```julia
2 ^ 3 # 8
2.0 ^ 0.5 # 1.4142.
neighbors