https://github.com/ohno/sci2dec.js
a tool for converting scientific (exponential) notation `xxxEyyy` to decimal notation `xxx*10**yyy`
https://github.com/ohno/sci2dec.js
Last synced: 8 months ago
JSON representation
a tool for converting scientific (exponential) notation `xxxEyyy` to decimal notation `xxx*10**yyy`
- Host: GitHub
- URL: https://github.com/ohno/sci2dec.js
- Owner: ohno
- License: mit
- Created: 2023-07-15T16:50:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T16:54:27.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T06:58:23.806Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://ohno.github.io/sci2dec.js/
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sci2dec.js
This is a sci2dec.js is a tool for converting scientific (exponential) notation `xxxEyyy` to decimal notation `xxx*10**yyy` using [Groups and backreferences](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions/Groups_and_backreferences). The copy button is implemented using [Interact with the clipboard](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Interact_with_the_clipboard). The background is based on [Particles & Nodes Canvas](https://codepen.io/indieklem/pen/mdJONg). You can [give me a star](https://ohno.github.io/sci2dec.js/)🌟.
https://ohno.github.io/sci2dec.js/