Type guard to check if a Complex value is a valid amplitude (magnitude ≤ 1).
Complex value to check
True if the magnitude is ≤ 1
Type guard to check if a Complex value is a valid amplitude (magnitude ≤ 1).