Zhewen Mo
Zhewen Mo
Big numbers are often stored in some data structure such as values of a BTreeMap. When I want to do some local change on the data structure, I usually get...
## A solution to #76 After thinking about it a few days, I realized that reusing settings from former code blocks may lead to uncontrollable behavior because when those blocks...
I'm about to insert multiple pictures in my note, which depend on some common settings of tikz. It seems to be hard to import these settings from an external file...
# Description of the Problem 1. We don't have to italicize every character in the tex source. For example numbers and brackets are better shown in a normal style. 2....
**Describe the bug** `fmpq_inv` of zero returns 1/0. `fmpq_set_str` only converts the str literally. For example, "4/6" -> 4/6. **Steps to reproduce** **Expected behavior** `fmpq_inv` may throw a "Division by...
**Is your feature request related to a problem? Please describe.** `fmpz_tdiv_r` is useful in the implementation of the `%` operator in some languages for a wrapping type of fmpz. `fmpz_cdiv_r`...
I can't figure out why. I know large exponents can lead to overflow, but this happens even for very small numbers. Maybe some typos in the`pow_impl!` macro?