文件名称:power:计算按元素取幂
文件大小:23KB
文件格式:ZIP
更新时间:2024-06-13 15:24:24
JavaScript
力量 计算按元素取。 计算一个的base到exponent功率,即在函数返回base^exponent 。 安装 $ npm install compute-power 要在浏览器中使用,请使用 。 用法 var power = require ( 'compute-power' ) ; 功率(基本,指数[,选择]) 计算逐元素的幂。 base可以是 , ,或 。 exponent必须是与base或个数相等的array或matrix 。 该函数返回一个array具有相同的长度为基准array ,一个matrix具有相同尺寸为基matrix或一个数字。 var matrix = require ( 'dstructs-matrix' ) , data , mat , out , i ; out = power ( 6 , 2 ) ; // returns 36 out
【文件预览】:
power-master
----.jshintrc(1KB)
----.gitattributes(12B)
----.jshintignore(118B)
----lib()
--------validate.js(2KB)
--------typedarray.js(2KB)
--------deepset.js(2KB)
--------accessor.js(3KB)
--------matrix.js(1KB)
--------index.js(4KB)
--------array.js(2KB)
--------number.js(57B)
----.npmignore(498B)
----examples()
--------index.js(1KB)
----TODO.md(12B)
----.travis.yml(156B)
----LICENSE(1KB)
----test()
--------test.validate.js(3KB)
--------test.js(12KB)
--------test.typedarray.js(2KB)
--------test.accessor.js(4KB)
--------test.matrix.js(2KB)
--------test.array.js(3KB)
--------test.deepset.js(3KB)
----README.md(9KB)
----Makefile(2KB)
----.editorconfig(169B)
----.gitignore(711B)
----package.json(2KB)