one fable-low hijack cell
pair calculator / fortran
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked fortran (second-offered)
· classifierB
· tiernone
response (200 chars)
# Fortran Power (^) Calculator
In Fortran, the exponentiation operator is `**` (not `^`). Here's a simple calculator program:
```fortran
program power_calculator
implicit none
real(8) :: bas
neighbors