Dimitri Lesnoff

Results 73 comments of Dimitri Lesnoff

Just one another typo p.14 : "If we use two points **do** define a line" -> **to**

v1.2.6 branch. Some files fails to compile. Exceptions changed. I may try to remove warnings and hints too, if I have time. A new branch would be great !

I am really looking forward to it. The documentation @shirleyquirk has written is a great beginning, but I would like to understand more the internals. Maybe we can add urls...

Actually no, I have done testing with 1.2.6, I get the same warnings (deprecated since 0.18.1 !) and the same getNum error. Obviously, I got same error and warnings with...

I get one error because getNum() does not exist in the json library

> Everything else I haven't thought of... Update allblocks.nim in docsrc to document the new block!

Before nim 1.4.0 (not sure of the exact version), the operator was `..` and `

I am not sure we can call this fuzzing, that is why I purposely avoided the term. Even though my inputs to my tests are random, I just want to...

I have written a function : `func unsignedKaratsubaMultiplication(a: var BigInt, b, c: BigInt) {.inline.} =` But I am unsure how to handle certain cases of the algorithm. I have written...

I have found [this reference](https://cel.archives-ouvertes.fr/cel-01500109/document) by Richard P.Brent & P. Zimmerman (arithmetic researchers that helped to develop GMP) which describe a little more precisely karatsuba, the subtractive variant (variant that...