Bytecode VM, dynamic number package, and R7RS compliant Scheme implementation.
Find a file
Ava Affine a48fc52fab Number: fix frac.pow(frac) issue and better make_inexact() for sci
This commit fixes a bad procedure used to raise a fraction to the
power of another fraction, and adds additional test cases for this.

It also fixes a todo in the number package for implementing
make_inexact on ScientificNotation numbers such that they can handle
negative exponents.

Signed-off-by: Ava Affine <ava@sunnypup.io>
2025-05-16 15:04:53 -07:00
mycelium Number: fix frac.pow(frac) issue and better make_inexact() for sci 2025-05-16 15:04:53 -07:00
.gitignore Lexer and S-Expression data types 2025-05-07 09:19:33 -07:00
Cargo.lock Number library and integrations 2025-05-15 12:59:00 -07:00
Cargo.toml Lexer and S-Expression data types 2025-05-07 09:19:33 -07:00
LICENSE Lexer and S-Expression data types 2025-05-07 09:19:33 -07:00
readme.md Lexer and S-Expression data types 2025-05-07 09:19:33 -07:00