chiark / gitweb /
nimber.git
2025-04-13 Simon TathamRemove rogue diagnostics
2025-04-13 Simon TathamAdd From<array of u64> and use it everywhere.
2025-04-13 Simon TathamFormatting
2025-04-13 Simon TathamBug in conversion from slice
2025-04-12 Simon TathamStop allocating a Vec for a one-word nimber
2025-04-12 Simon TathamHandle the 'alternate' formatting flag.
2025-04-12 Simon TathamMinimal docs improvements.
2025-04-12 Simon TathamSquare roots.
2025-04-12 Simon TathamHandle division by zero
2025-04-12 Simon TathamImplement fast squaring, and use it in Div
2025-04-12 Simon TathamUnfinished first draft of division
2025-04-12 Simon TathamImplement compound assignment operators.
2025-04-12 Simon TathamPrint better-explained output
2025-04-12 Simon TathamCompute one more polynomial
2025-04-12 Simon TathamAha, a mistake in the simplest part, of course
2025-04-12 Simon TathamSmall answers right, but large ones off by one level!
2025-04-12 Simon TathamFirst attempt at making the example program work
2025-04-12 Simon TathamFix addition of different-sized vectors
2025-04-12 Simon TathamExpose Vec-based initialisation publicly
2025-04-12 Simon Tathamfmt
2025-04-12 Simon TathamDon't keep recomputing levels during multiplication
2025-04-11 Simon TathamImplement Display
2025-04-11 Simon TathamStart of an example
2025-04-11 Simon TathamGet the package name right, ahem
2025-04-11 Simon TathamTrivially implement subtraction.
2025-04-11 Simon TathamSome tests of multiplication.
2025-04-11 Simon TathamHide some of the boring boilerplate.
2025-04-11 Simon TathamMultiplication passes first test!
2025-04-11 Simon TathamMissing add implementation
2025-04-11 Simon TathamDetermine starting level
2025-04-11 Simon Tathammul_by_h working
2025-04-11 Simon TathamI think that's refs, split and join?
2025-04-11 Simon TathamRestart without the trait system
2025-04-10 Simon TathamAllow converting back into slice references.
2025-04-10 Simon TathamAllow FiniteNimber based on a slice.
2025-04-10 Simon TathamAllow variable-sized FiniteNimber.
2025-04-10 Simon TathamImplement Add, via BitXor on the underlying type.
2025-04-10 Simon TathamStart work on a nimbers library.