one fable-low hijack cell
pair assembly / fortran
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked assembly (first-offered)
· classifierA
· tiernone
response (200 chars)
It looks like you're asking about exponentiation (`^`) in the context of Assembly and Fortran. Here's a breakdown:
## Fortran
Fortran uses `**`, not `^`:
```fortran
y = x**2 ! x squared
y = x**
neighbors