-
I'm currently writing a basic calculator with this library and I noticed at the moment there is no .pow() or .root() style functions for fractions.
Also when performing square roots should they sim…
-
Currently Oscar deals as follows with a matrix group `G` over the ring `R`.
- The generators of `G` are Oscar matrices, `G` itself stores a map `G.ring_iso` that maps elements of `R` to a correspo…
-
[OOP] Should we allow subtyping "some" of our built-in types?
and if so: what would that mean?
GenerateNumericSubtype* = """
init: method [v %TYPE%][
this\value: v
]
https://github.com/arturo-lang/ar…
-
I think there is also need to support reading string representations like
```
(a) 28e+123 // integral mantissa and nonnegative exponent
(b) 4.56789e11 // fractional mantissa, overall result …
-
This explanation looks off - what does it mean to leak an information theoretic bit? Fix this issue with a more informative comment explaining the function of the fixed point operations
https://githu…
-
![2023-03-03_02 42 07](https://user-images.githubusercontent.com/18646617/222618173-6fa8235e-8f9d-4dd7-8d0d-3579b351649a.png)
```
tenet_oceanic:
name: Oceanic Tenet
description: Spend time in …
-
Thanks for this great package!
In general it seems that Unitful transfers the powers of units to `Rational` numbers before displaying:
```julia
julia> using Unitful
julia> u"Pa"^(1/2)*u"s"^(-1)
…
-
Why is money not fixed point? Haskell has Rational.
-
[Helpers/objects] Should check defined magic methods for validity
obviously, we cannot check everything beforehand (if the parems are correct
or if the method return what it should - or if it returns …
-
Use something like `'float':Mantissa:Exponent` to represent floats in the transpiler and built-ins, so that we can apply constraints on the mantissa and exponent of a floating point number.
This coul…