Skip to content
NumZ
Search
Ctrl
K
Cancel
GitHub
philosophy
about
reference
typed-matrix
Introduction
declaration
accessors
arithmetic
checkers
float only
reshape
functions
mapfun
arithemtic
utils
ufunc
complex
complex
signal
functions
sequences
zeros
ones
nums
arange
linspace
geomspace
logspace
periodic
pulse_train
pwm
swatooth_train
sinusoid
square
triangle
pulse
dirac
noise
rampe
rect
signum
sinc
trapezoid
tri
stats
averages
mean
geo_mean
rms
ch_mean
har_mean
iq_mean
midhinge
midrange
pow_mean
trim_mean
w_mean
win_mean
accum
accum_max
accum_min
accum_prod
accum_sum
calculs
discret
GitHub
NumZ
On this page
Overview
Defintion
Signature
Usage
zeros
Defintion
Section titled “Defintion”
Signature
Section titled “Signature”
zeros
(n : number) : []number
Usage
Section titled “Usage”
const
z
=
zeros
(
10
)
// [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]