chiark / gitweb /
nimber.git
2025-04-19 Ian JacksonBREAKING CHANGE structural-eq-experiment
2025-04-19 Ian JacksonADD MAIN WITH MATCH
2025-04-19 Ian JacksonADD CONST
2025-04-19 Ian JacksonLOCKFILE
2025-04-17 Simon TathamVersion bump to publish the README.
2025-04-17 Simon TathamAdd a README.md.
2025-04-17 Simon TathamAdd licence and metadata.
2025-04-17 Simon TathamComment the examples.
2025-04-16 Simon TathamSome better examples.
2025-04-16 Simon TathamActually, better if quadratic3 also returns an Option
2025-04-16 Simon TathamExpose inverse() and use it in quadratic3().
2025-04-16 Simon TathamAnother optimisation for multiplication.
2025-04-16 Simon TathamTop-level intro documentation.
2025-04-15 Simon TathamRename the module!
2025-04-14 Simon TathamQuadratic-solving.
2025-04-13 Simon TathamDocumentation, including internal methods.
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.