Added sign() and normalize() to standard lib

This commit is contained in:
2023-07-30 17:46:00 +10:00
parent ebeabcb9d4
commit 4137935468
3 changed files with 138 additions and 107 deletions

View File

@@ -64,7 +64,7 @@ The current patch version of Toy. This value is embedded into the bytecode.
This value MUST fit into an unsigned char.
!*/
#define TOY_VERSION_PATCH 0
#define TOY_VERSION_PATCH 1
/*!
### TOY_VERSION_BUILD