-
```
The idea of adding rational numbers to mpmath has been brought up before.
Now, I'm a fan of the Unix philosophy "do one thing, and do it well".
Mpmath is intended to do floating-point arithmetic w…
-
When looking through the documentation for form elements, I noticed there isn't anything for an HTML5 number input field. Simply switching the input tag to type="number" works fine for actually receiv…
-
When updating record with a Numeric element using API it would not allow to update to blank it always defaults to 0
-
Thank you for your clear code, but when I try it with my training data, the numerical calculation problems such as 'divided by 0', 'None type' etc. occurred again and again. It seems that the calculat…
-
The current implementations of the `getIntensity()` and `getInverseIntensity()` methods for the exponential growth population model are numerically unstable for extremely small but non-zero growth rat…
-
The specification for Concerto has Integer (32bits) and Long (64bits): https://docs.accordproject.org/docs/model-properties.html#primitive-types
The current implementation supports neither. Integer…
-
### Please confirm that the bug report does ***not*** already exist
- [X] I confirm there is no existing issue for this bug.
### Steps to reproduce
- create new table
- create new column with name…
-
(Re-posting to spin off from another issue)
In certain ebook from Kadokawa I have encountered the following way to express "-196°C" in the form of 縦中横 inside a vertically written book (first column in…
-
In edge enrichment you can already sort by the values of the table. Maybe it would be an idea to add filters too (if it is not too much work). This would allow you to only show the significant results…
-
I am currently working with imbalanced data using the mlr3pipeline package and applying the SMOTE method for balancing. Since SMOTE requires numeric features, I used po("encode") to convert categorica…