Skip to content

Latest commit

 

History

History
62 lines (29 loc) · 745 Bytes

File metadata and controls

62 lines (29 loc) · 745 Bytes

Home > @josh-brown/vector > ComplexNumber > (constructor)

ComplexNumber.(constructor)

Constructs a new instance of the ComplexNumber class

Signature:

constructor(real: number, imaginary: number);

Parameters

Parameter

Type

Description

real

number

imaginary

number