-
### Current behavior
When the user switches to landscape mode on an Android device, the last few lines of the calculator (Scientific and Programmer) are not visible
![Screenshot_20240715_135425_Uno …
-
Fields that take a number generally accepts scientific notation (e.g. 1e18 or just e) and other "invalid" inputs such as "-10" and so on.
Areas affected:
- When supporting a proposal initially
…
-
在二進制表示中,要確保十進制的小數位數是有限的,且十進制數字的末尾是 5,這在二進制浮點數系統中是無法精確實現的。原因如下:
有限小數:一個數字如果在二進制中要被表示為有限的小數,則該數必須是形如 的形式,也就是分母必須是 2 的冪。例如,像 0.5(1/2)、0.25(1/4)等數可以精確地以二進制表示。
5 無法以有限二進制表示:然而,十進制中像 0.5、0.05、0.005 這些…
-
Based on the article by Wilson et al. "Good Enough Practices in Scientific Computing" (2017) I would like to develop a lesson that could be taught Carpentries-style. It's not so much about computing b…
-
* **Title**: Good enough practices in scientific computing
* **Authors**: Greg Wilson , Jennifer Bryan, Karen Cranston, Justin Kitzes, Lex Nederbragt, Tracy K. Teal
* **Topic**: Research Process, B…
-
-Improve the Formal error plot and try to find the real formal error graph for Gaia to compare
-Continue reading about the Least-square method
-
```
For those of us that like to do our own formatting of numbers, it would be
nice to have a function analogous to nstr called estr that would always
print mp[fci] numbers in a canonical scientific f…
-
One of the major strength of tensorflow (python) is that it can integrate with other scientific libraries like scikit-learn, pandas, and numpy, and etc. I see no alternatives for Node.js.
-
matplotlib and [cmocean](https://matplotlib.org/cmocean/) defined scientific colormaps that are in wide used.
I wrote a tool to extract all those colormaps for ncview: [ncmaps](https://github.com/T…
-
```
For those of us that like to do our own formatting of numbers, it would be
nice to have a function analogous to nstr called estr that would always
print mp[fci] numbers in a canonical scientific f…