# Import math Library
import math
#Print the complementary error function of a number
print (math.erfc(0.67))
print (math.erfc(1.34))
print (math.erfc(-6))