Results 5 issues of Tomek Czajka

Implement better multiplication for large numbers. Multiplication currently uses Toom-3, which is O(n^1.47) for n BigDigits. This can be improved to O(n log n) using the Fast Fourier Transform (on...

Currently `ubig!(x)` is a runtime error rather than a compile-time error. A common mistake is to try to use this instead of `UBig::from(x)`. The macro is designed to work for...

The last expression is no longer a "Statement", even when it has a block. Fixes #762.

# Proposal ## Problem statement There is currently no easy way to: * get an exponent and mantissa from a floating point number * construct a floating point number from...

T-libs-api
api-change-proposal

For example, in the demo, on the home [Jekyll Gitbook](https://sighingnow.github.io/jekyll-gitbook/) page, clicking ">" takes you to the last page, [About others](https://sighingnow.github.io/jekyll-gitbook/others/about/) rather than the actual next page, [Why Jekyll with...