An open API service indexing awesome lists of open source software.

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`

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/