Run ❯
Get your
own
website
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
#include
#include
int main() { printf("%f\n", exp(0)); printf("%f\n", exp(1)); printf("%f\n", exp(10)); printf("%f\n", exp(4.8)); printf("%f\n", exp(2.718)); return 0; }
1.000000
2.718282
22026.465795
121.510418
15.149992