UNPKG
@stdlib/math-base-ops-cmul
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.1-alpha.1
0.0.1-alpha.0
Multiply two double-precision complex floating-point numbers.
stdlib.io
stdlib-js/math-base-ops-cmul
@stdlib/math-base-ops-cmul
/
dist
/
index.d.ts
3 lines
•
104 B
TypeScript
View Raw
1
2
3
/// <reference path="../docs/types/index.d.ts" />
import
cmul
from
'../docs/types/index'
;
export
= cmul;