diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-22 13:09:46 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-22 13:09:46 -0500 |
| commit | bfdb2da9e12775a0caa8de35f1d114181918529a (patch) | |
| tree | 4c371610df56b3730fac57591e10bc4ff2f48b25 /nextlang.h | |
| parent | 663182abdf0cb34c1b4331bfe29cefe14e053f73 (diff) | |
Implement power (^)
Diffstat (limited to 'nextlang.h')
| -rw-r--r-- | nextlang.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ #include <err.h> #include <gc.h> #include <gc/cord.h> +#include <math.h> #include <signal.h> #include <stdbool.h> #include <stdint.h> |
