aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/reals.c
AgeCommit message (Expand)Author
2026-01-17Simplifying rules for exp/logconstructive-realsBruce Hill
2026-01-17Add some simplification rulesBruce Hill
2026-01-17Simplify equality checks for common cases.Bruce Hill
2026-01-16Remove constructivesBruce Hill
2026-01-16Fix everything up real goodBruce Hill
2026-01-12Simplify Real$from_float64 -> RBruce Hill
2026-01-12Overhaul of how parsing and compiling works for reals.Bruce Hill
2026-01-11Bugfix for negative numbers like -2.3Bruce Hill
2026-01-11Improve correctness of Reals parsing for scientific notation and improve spee...Bruce Hill
2026-01-11Refactor some AST logic to keep Ints/Reals as "Integer" and "Number" ASTBruce Hill
2026-01-11Bugfixes for promoting doubles to rationalBruce Hill
2026-01-11Fix some volatility issuesBruce Hill
2026-01-11Implement some missing logic for realsBruce Hill
2026-01-11Optimize initialization logic for Reals so they avoid parsing at runtimeBruce Hill
2026-01-11More cleanups and fixesBruce Hill
2026-01-11Code cleanupBruce Hill
2026-01-11Misc fixesBruce Hill
2026-01-11Add missing functionality.Bruce Hill
2026-01-11Fixes for sqrt()*sqrt()Bruce Hill
2026-01-11Rework realsBruce Hill
2026-01-10FormatBruce Hill
2025-12-21Divide by zero checksBruce Hill
2025-12-16Fix parens parsing and hook up sqrtBruce Hill
2025-12-13Fix some Real issuesBruce Hill
2025-12-13More approximate, but more functional implementation.Bruce Hill
2025-12-11Fix merge issuesBruce Hill
2025-11-15Incremental fixesBruce Hill
2025-11-15Constructive real functionalityBruce Hill
2025-11-09Real divisionBruce Hill
2025-11-09Rename Num -> Float64, Num32 -> Float32Bruce Hill
2025-11-09First stepsBruce Hill