Various position fixes (#3297)

* Guard against no movement

* Add newlines

* Fix printfs
This commit is contained in:
Ben Meadors
2024-02-26 20:24:36 -06:00
committed by GitHub
co-authored by GitHub
parent ce0e5c0ce7
commit e6a2c06346
4 changed files with 13 additions and 11 deletions
+1
View File
@@ -11,6 +11,7 @@
#define PI 3.1415926535897932384626433832795
#define OLC_CODE_LEN 11
#define DEG_CONVERT 180 / PI
// Helper functions
// Raises a number to an exponent, handling negative exponents.