Delyan Angelov
|
4dcc9265e1
|
examples: add pidigits.v; optimise math.big's Integer divide a bit (#21239)
|
2024-04-09 17:01:05 +03:00 |
|
Turiiya
|
9704a01406
|
parser: fix case of falsely registering imports as used, remove unused imports (#21156)
|
2024-04-01 19:46:50 +03:00 |
|
Joe C
|
757929392e
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
|
Artem Yurchenko
|
97f7c3f609
|
builtin: move min/max integer values consts from math to builtin (#19809)
|
2023-11-08 20:43:48 +02:00 |
|
phoebe
|
a49b8f28b1
|
math.big: rework function naming and documentation (#18890)
|
2023-07-20 02:33:07 +03:00 |
|
phoebe
|
37386697a3
|
math.big: fix internal subtract_align_last_byte_in_place overflow (#18413)
|
2023-06-12 13:33:53 +03:00 |
|
Delyan Angelov
|
ed12a5c84c
|
math.big: reduce memory usage of Integer.str() (free intermediary Integers), optimise some operations using [direct_array_access] (#14353)
|
2022-05-13 08:21:34 +03:00 |
|
Delyan Angelov
|
716cb17aea
|
math.big: wrap all asserts in module code (not in tests) in $if debug {} (#14012)
|
2022-04-12 09:38:53 +03:00 |
|
Vincent Laisney
|
273154c1ae
|
math.big: add Newton and Karatsuba algorithms (#11487)
|
2021-09-16 19:31:07 +03:00 |
|
Vincent Laisney
|
43fae5de74
|
bigint: division (#11386)
|
2021-09-08 14:16:35 +03:00 |
|