normalized
  Returns a normalized copy of this complex number if this complex number magnitude is large enough to safely normalize. Else returns defaultValue.
Parameters
default
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
the function whose result is returned if the complex number could not be safely normalized.