-
Does it not exist in these crates or could I not find it? If it doesn't exist, it would be really nice to have.
Same for modular inverse, and for generating random numbers (and random numbers modul…
-
**Is your feature request related to a problem? Please describe.**
Matrix exponentation utilizing the standard double precision algorithm by Al-Mohy and Higham.
**Describe the solution you'd like*…
-
## 🌟 Feature Overview
Add 10 simple python algorithms which we use in day-to-day life :-
- **Greatest Common Divisor (GCD) - Euclidean Algorithm**
- **Least Common Multiple (LCM)**
- **Sieve of Er…
-
Hello,
i noticed an error, if you have an exponent (for example x^2) in the modelica code, it is not possible to create a sympy class
```
import pymoca.parser
import pymoca.backends.sympy.genera…
-
[CIP-0109](https://cips.cardano.org/cip/CIP-0109) proposes a new modular exponentiation builtin for Plutus Core. This will calculate `a^k mod n` for integers `a` and ` k` and a positive integer `n` (…
kwxm updated
3 months ago
-
Imported from SourceForge on 2024-07-07 14:56:28
Created by **[kcrisman](https://sourceforge.net/u/kcrisman/)** on 2013-06-19 13:40:10
Original: https://sourceforge.net/p/maxima/bugs/2596
---
This i…
rtoy updated
4 months ago
-
D20200325T154113
- [x] we need integer exponentiation in stdlib
EDIT: this is: `math.^`
- [ ] best? https://gist.github.com/orlp/3551590 more optimized than the squaring version
> Ah, the old …
-
Added in opossum version 8.2.0, if cacheSize property is not provided to MemoryCache constructor, it will default to 2 ^ 24 - 1, which is 21, because caret (^) operator is bitwise operator, not expone…
-
Bug Report: Missing Exponentiation Operator (^) in Quorum Programming Language
Summary:
The Quorum programming language currently lacks a simple exponentiation operator (^) for performing mathemat…
-
Consider adding an exponentiation operator that is higher in precedence than the multiplicative operators but lower in precedence than the unary operators.
In the [Symbolism](https://github.com/dha…