Historique des commits

Auteur SHA1 Message Date
  Samuel Jaffe ac7e0d0a4d Fix rescaling bug to force lossyness. il y a 8 ans
  Samuel Jaffe 686f869964 Adding division with initial test cases (not complete). il y a 8 ans
  Samuel Jaffe ea28819179 Fixing bounds issue with negative numbers that use all 9 digits in the first cell. il y a 8 ans
  Samuel Jaffe 8dc64b50f3 Fixing oob violations in detail::multiply and detail::subtract_nounderflow. il y a 8 ans
  Samuel Jaffe a855123300 Fixing to_string output when scale is negative. il y a 8 ans
  Samuel Jaffe bb2144baf3 Initial commit of big decimal code, supporting +, -, *. il y a 8 ans
  Samuel Jaffe d586b8cf26 Adding offset handling to multiplication. il y a 8 ans
  Samuel Jaffe 4f9108a734 Reducing code duplication in biginteger. il y a 8 ans
  Samuel Jaffe 5173ebab09 Making shift10 work in both directions. il y a 8 ans
  Samuel Jaffe c3d890af78 Fixing bug with inner compare loop. il y a 8 ans
  Samuel Jaffe 67269aec3d Updating compare to take an offset number of cells. il y a 8 ans
  Samuel Jaffe bf155c29d6 Splitting out an add for just one element to make division create fewer vectors. il y a 8 ans
  Samuel Jaffe 6737f6b06e Injecting an offset parameter into addition and subtraction. il y a 8 ans
  Samuel Jaffe ca146022fe Moving helper functions in detail to a separate source file. il y a 8 ans
  Samuel Jaffe e4bf27d708 Combining integral constructors for biginteger. il y a 8 ans
  Samuel Jaffe 09324c512f Make modulo happen 'in-place'. il y a 8 ans
  Samuel Jaffe ef70f4888e Making operators / and % take rhs by value, to optimize chained operations. il y a 8 ans
  Samuel Jaffe dd4812d507 Making operator* take rhs by value to optimize chaining. il y a 8 ans
  Samuel Jaffe b0db727c7d Marking +/- as taking rhs by value. This optimizes chaining operations (A+B+C+D+...). il y a 8 ans
  Samuel Jaffe b3139e0768 Adding modulo operator. il y a 8 ans
  Samuel Jaffe 97bb254dc6 Use domain_error for DIV/0 il y a 8 ans
  Samuel Jaffe 5573a74602 Adding other comparison functions. il y a 8 ans
  Samuel Jaffe 9cc561ad19 Adding division using the multiply-and-subtract method. il y a 8 ans
  Samuel Jaffe fc5c2fc543 Adding string constructor for things that are completely out of bounds. il y a 8 ans
  Samuel Jaffe 0fd7aabb24 Use size_t explicitly instead of data_type::size_type. il y a 8 ans
  Samuel Jaffe 4ab111f25f Fix pop-back when no overflow occurs in multiplication. il y a 8 ans
  Samuel Jaffe c0445f468e Adding A*B operations. il y a 8 ans
  Samuel Jaffe 27ae458c19 Adding A-B operation, and tests il y a 8 ans
  Samuel Jaffe 7d80393dce Starting design of big integer class. il y a 8 ans
  Samuel Jaffe 5cb1b5f8d5 Initializing repository with ignore lists: [ C++ ] il y a 8 ans