-
We would like to use the autodiff library with custom arithmetic types, such as posits, valids, unums, Elias, fixed-point, etc. so that autodiff can be used in environments where these types are instr…
-
I would expect that any computation involving 32-bit modulos only requires 64-bit arithmetic, instead of the much slower (and often emulated) 128-bit arithmetic.
When I look at the `Rem` implementa…
-
You can build a simple calculator with C using switch cases or if-else statements. This calculator takes two operands and an arithmetic operator (+, -, *, /) from the user, however, you can expand the…
-
The stdlib Data.Rational is fast. The follwing code compute instanrtly.
``` agda
{-# OPTIONS --safe --cubical --two-level #-}
module Scalar where
open import Data.Rational as ℚ hiding (_+_ ; _*_…
-
Suggesting that we plan for a separate part enabling basic analytics capabilities, including conformance classes for:
- derived fields supporting arithmetic (e.g. NDVI computation), `properties=`
- …
-
#448 switched the Delaunay triangle circumcentre calculation to use DD arithmetic to improve the robustness of Voronoi diagram computation. This fixed an issue where the circumcentres of adjacent rig…
-
It would be good to toggle on or off real vs complex arithmetic.
Right now we (for the most part) treat everything as complex-valued, because the goal at the time was to allow for real-time electro…
-
[TAPE_START]
0101 // Binary foundation
⟪ // Start of definition block
0:∅, 1:∃ // 0 defines empty set, 1 defines existence
00:¬, 01:∧, 10:∨, 11:→ // Logic operators
000:0, 001:1, 010:2, 011:3, 1…
-
### A note for the community
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to he…
-
It's been pointed out several times that floats can't properly represent decimal fractions and that the resulting rounding problems cause annoyances in the RFTools Spawner. For example, #1146 and #946…