Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#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