-
There are a couple of issues with numerical datatypes that make the accurate use of RDF for numerical data error-prone.
The use of `xsd:float` and `xsd:double` entails a risk
* of value distortion…
-
(This is to open room for discussion)
## General context
So far, `NI` and `NF` have to be null or positive. This makes the range of any number equals to `NI` (how far it can go) and its precisio…
-
**Overview**
I want generic extension methods with `this in T` parameter to compile.
**The spec** explicitly disallows this usage:
_"On the other hand `in` extension methods exist specifically t…
-
Hello,
Although there's no size limit for entered numbers, the result wrong for big numbers.
3 examples :+1:
11111111111111111-1 = 11111111111111112
777777777777777777+1 = 777777777777777792 !
7…
-
https://github.com/cyclus/cyclus/blob/3baa4ac03c529c8c2e523c07302b6efe36d64aa9/src/toolkit/resource_buff.h#L18
I did face an issue with the default capacity set to double_max:
```
std::cout
-
- [x] choose decimal lib (rust_decimal ?)
- [ ] compare performance
- [ ] implement
-
Should we define numbers and there various notation schemes? (Mathematical operators?)
It might also make sense to define null as being roughly analogous to JavaScript's null and a good initial val…
-
Although all required packages are installed, on Fedora it still asks for the sudo password, because it falsely claims `package pkgconfig is not installed` and then starts a `yum -y update`. Later it …
-
I'm converting from an H-rep to a V-rep using `cddexec --rep` with version `0.94m`. The result seems to be missing vertices
Here's an `.ine` file:
```
H-representation
begin
12 3 real
-0.5367…
-
### Bug description
I couldn't find and specifications on how large the type Int is (and if it's signed)
so I fooled around in the Mojo Jupyter notebook with some large numbers like this:
```
le…