Home > @josh-brown/vector > ComplexNumberOperations > getMultiplicativeIdentity
Returns the unique scalar that, when multiplied by another scalar, returns that scalar
Signature:
getMultiplicativeIdentity(): ComplexNumber;Returns:
The multiplicative identity
In other words, multiplyScalars(x, getMultiplicativeIdentity()) === x is true for all x