Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 747 Bytes

File metadata and controls

23 lines (13 loc) · 747 Bytes

Home > @josh-brown/vector > ComplexNumberOperations > getMultiplicativeIdentity

ComplexNumberOperations.getMultiplicativeIdentity() method

Returns the unique scalar that, when multiplied by another scalar, returns that scalar

Signature:

getMultiplicativeIdentity(): ComplexNumber;

Returns:

ComplexNumber

The multiplicative identity

Remarks

In other words, multiplyScalars(x, getMultiplicativeIdentity()) === x is true for all x