log10:计算以元素为单位的常用对数(以10为底)

时间:2024-06-03 01:21:46
【文件属性】:

文件名称:log10:计算以元素为单位的常用对数(以10为底)

文件大小:27KB

文件格式:ZIP

更新时间:2024-06-03 01:21:46

JavaScript

常用对数 计算按元素的(以10为底的数)。 (以10为底的数)定义为以下任何正实数: 安装 $ npm install compute-log10 要在浏览器中使用,请使用 。 用法 var log10 = require ( 'compute-log10' ) ; log10(x [,opts]) 计算按元素的常用对数(以10为底的对数)。 x可以是number , array ,typed array或matrix 。 var matrix = require ( 'dstructs-matrix' ) , data , mat , out , i ; out = log10 ( Math . pow ( 10 , 3 ) ) ; // returns 3 out = log10 ( - 9 ) ; // returns NaN data = [ 3 , 7 , 9


【文件预览】:
log10-master
----.jshintrc(1KB)
----.gitattributes(12B)
----.jshintignore(118B)
----lib()
--------validate.js(2KB)
--------typedarray.js(804B)
--------deepset.js(959B)
--------accessor.js(907B)
--------matrix.js(632B)
--------index.js(3KB)
--------array.js(770B)
--------number.js(98B)
----.npmignore(498B)
----examples()
--------index.js(1KB)
----TODO.md(88B)
----.travis.yml(154B)
----LICENSE(1KB)
----test()
--------utils()
--------test.validate.js(3KB)
--------test.js(8KB)
--------test.typedarray.js(1KB)
--------test.accessor.js(2KB)
--------test.matrix.js(2KB)
--------test.number.js(914B)
--------test.array.js(1KB)
--------test.deepset.js(2KB)
----README.md(9KB)
----Makefile(2KB)
----docs()
--------images()
----.editorconfig(169B)
----.gitignore(1KB)
----package.json(2KB)

网友评论