File tree Expand file tree Collapse file tree 1 file changed +137
-1
lines changed
lib/node_modules/@stdlib/math/base/special/cinv Expand file tree Collapse file tree 1 file changed +137
-1
lines changed Original file line number Diff line number Diff line change 6464 " complex" ,
6565 " cmplx" ,
6666 " number"
67- ]
67+ ],
68+ "__stdlib__" : {
69+ "scaffold" : {
70+ "$schema" : " math/base@v1.0" ,
71+ "base_alias" : " cinv" ,
72+ "alias" : " cinv" ,
73+ "pkg_desc" : " compute the inverse of a double-precision complex floating-point number" ,
74+ "desc" : " computes the inverse of a double-precision complex floating-point number" ,
75+ "short_desc" : " inverse of a complex number" ,
76+ "parameters" : [
77+ {
78+ "name" : " z" ,
79+ "desc" : " input value" ,
80+ "type" : {
81+ "javascript" : " Complex128" ,
82+ "jsdoc" : " Complex128" ,
83+ "c" : " stdlib_complex128_t" ,
84+ "dtype" : " complex128"
85+ },
86+ "domain" : null ,
87+ "rand" : {
88+ "prng" : " random/base/uniform" ,
89+ "parameters" : [
90+ [
91+ -10 ,
92+ 10
93+ ],
94+ [
95+ -10 ,
96+ 10
97+ ]
98+ ]
99+ },
100+ "example_values" : [
101+ {
102+ "re" : 2 ,
103+ "im" : 4
104+ },
105+ {
106+ "re" : 1 ,
107+ "im" : 1
108+ },
109+ {
110+ "re" : -1 ,
111+ "im" : -1
112+ },
113+ {
114+ "re" : 3 ,
115+ "im" : -2
116+ },
117+ {
118+ "re" : -2 ,
119+ "im" : 3
120+ },
121+ {
122+ "re" : 5 ,
123+ "im" : 0
124+ },
125+ {
126+ "re" : 0 ,
127+ "im" : 5
128+ },
129+ {
130+ "re" : -4 ,
131+ "im" : 2
132+ },
133+ {
134+ "re" : 1.5 ,
135+ "im" : -2.5
136+ },
137+ {
138+ "re" : -3.5 ,
139+ "im" : 1.5
140+ },
141+ {
142+ "re" : 2.2 ,
143+ "im" : 3.3
144+ },
145+ {
146+ "re" : -1.1 ,
147+ "im" : -2.2
148+ },
149+ {
150+ "re" : 4.5 ,
151+ "im" : -1.5
152+ },
153+ {
154+ "re" : -2.5 ,
155+ "im" : 4.5
156+ },
157+ {
158+ "re" : 3.7 ,
159+ "im" : 2.1
160+ },
161+ {
162+ "re" : -5.2 ,
163+ "im" : -3.8
164+ },
165+ {
166+ "re" : 1.8 ,
167+ "im" : 4.2
168+ },
169+ {
170+ "re" : -3.3 ,
171+ "im" : 1.9
172+ },
173+ {
174+ "re" : 6.1 ,
175+ "im" : -2.7
176+ },
177+ {
178+ "re" : -4.4 ,
179+ "im" : 5.5
180+ }
181+ ]
182+ }
183+ ],
184+ "returns" : {
185+ "desc" : " result" ,
186+ "type" : {
187+ "javascript" : " Complex128" ,
188+ "jsdoc" : " Complex128" ,
189+ "c" : " stdlib_complex128_t" ,
190+ "dtype" : " complex128"
191+ }
192+ },
193+ "keywords" : [
194+ " cinv" ,
195+ " inv" ,
196+ " inverse" ,
197+ " reciprocal" ,
198+ " complex" ,
199+ " cmplx"
200+ ],
201+ "extra_keywords" : []
202+ }
203+ }
68204}
You can’t perform that action at this time.
0 commit comments