normalized Or Else
Returns a normalized copy of this complex number if this complex number magnitude is large enough to safely normalize. Else returns defaultValue.
Parameters
default Value
the returned value if this complex number could not be safely normalized.
Returns a normalized copy of this complex number if this complex number magnitude is large enough to safely normalize. Else returns the result of calling the defaultValue function.
Parameters
default Value
the function whose result is returned if the complex number could not be safely normalized.