-
# Interval computations in Julia and Matlab
undefined
[http://localhost:2368/interval-arithmetic-in-julia-and-matlab/](http://localhost:2368/interval-arithmetic-in-julia-and-matlab/)
-
The accuracy section of this standard states
```
The results of element-wise arithmetic operations ...
for floating-point operands must return the nearest representable value
according to IEEE 754…
-
New feature request
## Details of the problem
IEEE floating point does not adhere to associative and distributive laws of arithmetic. This creates rounding noise due to ordering effects of concu…
-
Hey @molly8213 Your submission is great and i am very impressed. But for the part of the history, please only store the entire operation and not only a single number. You might have to use 2 data str…
-
A request for adding basic vector arithmetic on the Qdrant cluster. These would save users from loading hundreds of vectors and implementing computation on client side.
API could be like a GROUP BY…
-
For arithmetic computation, can we add our own p_values such as:
21888242871839275222246405745257275088548364400416034343698204186575808495617
-
use boost interval library for precise arithmetic for all functions. this will allow us to judge uncertainties in computations (possibly introduce a new exception code)
think about how to combine wit…
-
We need to create a new README.md for this fork explaining the concept.
@maaku originally wrote describing the opportunity:
>secp256k1 is defined using arithmetic over the prime field of order p.
…
-
In particular, the individual FAQ questions, like "Is it possible to do computations with arbitrary precision arithmetics" isn't highlighted, and should be.
-
Most assemblers allow some basic arithmetic expressions in the operands. Jasmin should support some basic const computations like `mov eax,1+2`, too.