131 132 133
# File 'lib/tensorflow/ops/math.rb', line 131 def erfc(x, dtype: nil) RawOps.erfc(x, typeT: dtype) end