🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

linspace

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linspace - npm Package Compare versions

Comparing version

to
0.0.1

9

package.json
{
"author": "Joshua Holbrook <josh.holbrook@gmail.com> (http://jesusabdullah.net)",
"name": "linspace",
"description": "MATLAB-inspired number-generating functions (linspace, logspace)",
"version": "0.0.0",
"homepage": "https://github.com/jesusabdullah/node-integers",
"description": "An implementation of MATLAB's linspace",
"version": "0.0.1",
"homepage": "https://github.com/jesusabdullah/node-linspace",
"repository": {
"url": "git@github.com:jesusabdullah/node-integers.git"
"url": "git@github.com:jesusabdullah/node-linspace.git"
},

@@ -19,5 +19,4 @@ "main": "./index.js",

"linspace",
"logspace",
"matlab"
]
}
# linspace
MATLAB-inspired number-generating functions.
An implementation of MATLAB's linspace function.

@@ -36,21 +36,4 @@ ## install

### **BONUS** linspace.logspace(logFrom, logTo, length)
Acts like logspace from matlab:
> linspace.logspace(-1,6,10)
[ 0.1,
0.599484250318941,
3.5938136638046276,
21.544346900318846,
129.1549665014884,
774.263682681127,
4641.588833612777,
27825.59402207126,
166810.0537200059,
1000000 ]
## license
MIT/X11