We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e9aed commit ad14bc3Copy full SHA for ad14bc3
chapter_4/exercise_4_06/variables.c
@@ -94,6 +94,7 @@ int main(void)
94
case '~':
95
push(sin(pop()));
96
break;
97
+
98
case 'E':
99
push(exp(pop()));
100
0 commit comments