-
[جعبه ابزار](https://www.kifabzar.com/category/243/%D8%AC%D8%B9%D8%A8%D9%87-%D8%A7%D8%A8%D8%B2%D8%A7%D8%B1)
[جعبه ابزار پلاستیکی](https://www.kifabzar.com/category/281/%D8%AC%D8%B9%D8%A8%D9%87-%D8%A7…
-
The stdlib Data.Rational is fast. The follwing code compute instanrtly.
``` agda
{-# OPTIONS --safe --cubical --two-level #-}
module Scalar where
open import Data.Rational as ℚ hiding (_+_ ; _*_…
-
mp++ is a small C++11 header-only library for multiprecision arithmetic, currently supporting integers and rationals.
tarball at
https://github.com/bluescarni/mppp/archive/v0.3.tar.gz
To be r…
-
Using in Void Linux:
```
% *** clpBNR v0.10.2 ***.
% Arithmetic global flags set to prefer rationals and IEEE continuation values.
Welcome to SWI-Prolog (threaded, 64 bits, version 9.0.0)
```…
-
The current behavior of `mod` on Sage rationals is currently useless
```
sage: (2/3).mod(5)
0
sage: (2/3).mod(6)
0
```
And very different from what `mod_ui` does
```
sage: (2/3).mod_ui(5)
4
sage: …
-
Imported from SourceForge on 2024-07-08 07:12:21
Created by **[willisbl](https://sourceforge.net/u/willisbl/)** on 2005-01-28 12:03:05
Original: https://sourceforge.net/p/maxima/bugs/678
---
nroots …
rtoy updated
3 months ago
-
Float comparison is risky and is not a good practice, I think most programmers would agree this. So should we drop the support (or raise specialized error) when user calling this method, or we should …
-
-
In the below, ```good``` functions run cleanly and ```prob``` functions ```signal 11: SIGSEGV```. The same happens with for rational arithmetic. Python 3.7.4 on OSX, pip installed with GMP. ```pycddli…
-
As we integrate OEIS sequences and formulas, it would be very useful to have operators that work on entire sequences, e.g.
1. `cumsum(A000040)` starts at index 0 (one earlier than A000040) with val…