-
Several people have independently raised the idea that BigInt and BigDecimal could transparently work together. For example, Fabrice Bellard wrote:
> BigInt compatibility: it would make sense to al…
-
**Proposal**
I'm proposing adding the operation `*%` to be used as `(x *% y) % m`.
**Purpose**
Here, `(x *% y)` will be internally performed as a double-precision multiplication
to temporari…
-
Given eg x = 2y and x == 6 (mod 8), we do not know the value of y (mod 8), but we can say y == 3 (mod 4). Do we already have some variant of divmod, say div2mod, that would return (3, 4) for div2mod(6…
-
To better support alternative ExecutionContext implementations, allow third-party libraries to hook in to the codegen behavior that invokes the built-in ExecutionContext.
Currently, a user can prov…
-
### Background and motivation
# The case for positive remainders (number division)
## Background
This proposal is inspired by [a previous request](https://github.com/dotnet/csharplang/discuss…
-
-
### Is your feature request related to a problem? Please describe.
Given a text txt[0..n-1] and a pattern pat[0..m-1], write a function search(char pat[], char txt[]) that prints all occurrences of p…
-
Cf. https://github.com/ocaml/dune/issues/3232
Is there a tool to edit all build commands in an opam-repo?
-
Extend support for Homomorphic Encryption Algorithm - Paillier Encryption. This could be useful since this scheme is widely used in E-voting related work.
-
BPO | [22941](https://bugs.python.org/issue22941)
--- | :---
Nosy | @ncoghlan, @pitrou
Files | [ipaddress.patch](https://bugs.python.org/file37277/ipaddress.patch "Uploaded as text/plain at 2014-11-25…