{
  "name": "smath",
  "version": "4.0.2",
  "description": "Small math function library",
  "homepage": "https://npm.nicfv.com/",
  "type": "module",
  "bin": "dist/bin.js",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "files": [
    "dist",
    "types"
  ],
  "scripts": {
    "start": "../../.github/workflows/scripts"
  },
  "keywords": [
    "small",
    "math",
    "function",
    "library",
    "simple",
    "number",
    "avg",
    "average",
    "mean",
    "calculus",
    "statistics",
    "numeric",
    "numerical",
    "analysis",
    "random",
    "distribution",
    "population",
    "normal",
    "normalize",
    "interpolate",
    "interpolation",
    "extrapolate",
    "extrapolation",
    "linspace",
    "logspace",
    "curve",
    "fit",
    "fitting",
    "least",
    "squares",
    "regression",
    "data",
    "dataset",
    "point",
    "parameters",
    "linear",
    "nonlinear",
    "variable",
    "multivariable",
    "multivariant",
    "multivariate",
    "vector",
    "3d",
    "complex",
    "real",
    "imaginary",
    "differential",
    "derivative",
    "equation",
    "solve",
    "solver",
    "system"
  ],
  "author": {
    "name": "Nicolas Ventura",
    "email": "npm@nicfv.com",
    "url": "https://nicfv.com/"
  },
  "funding": {
    "type": "paypal",
    "url": "https://paypal.me/nicfv"
  },
  "repository": "github:nicfv/npm",
  "license": "MIT"
}