-
```kotlin
abstract class AbstractRational(val add: (a: N, b: N)->N,...)
class IntRational : AbstractRational({ a, b -> a + b },...)
```
みたいな感じにすれば、`IntRational` と `LongRational` をまとめて実装できるかも?
`…
-
This issue was ported from https://github.com/dotnet/csharplang/issues/553
Lately in csharplang whenever we talk about struct feature. Rational struct often came up as an example
And so I think …
-
## Language name
[Seed7](http://seed7.sourceforge.net)
## URL of example repository
Highlighted examples are [here](http://seed7.sourceforge.net/examples/index.htm) and in the sub pages of the …
-
It would be great to allow for `BigInt` and alike to be used in constant expressions. This is not possible with `Vec`, but if we use `SmallVec` instead, we might be able to make this possible. See htt…
kvark updated
3 years ago
-
[Neslib.Clang](https://github.com/neslib/Neslib.Clang). `[Delphi]` Libclang for Delphi. Libclang is the C Interface to Clang's C family of compilers. It provides a relatively small API that exposes fa…
-
Recall the definition of `LinalgScalar`:
https://github.com/rust-ndarray/ndarray/blob/eb82c93f0147df38e061597221ece3627f119a60/src/linalg_traits.rs#L18-L28
However, no algorithm involving `LinalgS…
-
I have just started using CoiniumServ in MPOS mode and have noticed the hashrates are higher than I normally get. Could this be because stratum-mining writes worker difficulty to the shares database i…
-
While looking into current issues around BigDecimal (#10502, #5714, #10599, #9547, #9578) it became apparent that the current implementation is lacking.
Our implementation is based on https://githu…
-
**Succinct description of the issue**
I encountered error FS0465
> Type inference problem too complicated (maximum iteration depth reached). Consider adding further type annotations.
but the on…
-
_From @rust-highfive on September 28, 2014 22:43_
**Issue by [thestinger](https://github.com/thestinger)**
_Friday Apr 05, 2013 at 08:48 GMT_
_For earlier discussion, see https://github.com/rust-la…