torch.special.erfc function erfc(input: Tensor): Tensor Computes the complementary error function of each element in the input tensor. erfc(x)=1−erf(x)\text{erfc}(x) = 1 - \text{erf}(x)erfc(x)=1−erf(x) Parameters inputTensorThe input tensor Returns Tensor– A new tensor with erfc(x) values element-wise See Also PyTorch torch.special.erfc()