standardform 0.2.1

Effortlessly operate on numbers like 2e19 or 2*10^4 and more with this Rust implementation of standard form. Simplify, convert, and manipulate large numerical expressions with ease.
Documentation
{
  "name": "standardform",
  "type": "module",
  "collaborators": [
    "Aarav Shah <aaravaditya51@gmail.com>"
  ],
  "description": "Effortlessly operate on numbers like 2e19 or 2*10^4 and more with this Rust implementation of standard form. Simplify, convert, and manipulate large numerical expressions with ease.",
  "version": "0.2.1",
  "license": "MIT OR Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/Deaths-Door/standardform-rs"
  },
  "files": [
    "standardform_bg.wasm",
    "standardform.js",
    "standardform.d.ts"
  ],
  "main": "standardform.js",
  "homepage": "https://github.com/Deaths-Door/standardform-rs",
  "types": "standardform.d.ts",
  "sideEffects": [
    "./snippets/*"
  ],
  "keywords": [
    "ffi",
    "no-std",
    "science",
    "mathematics"
  ]
}