Contact: aviboots(AT)netvision.net.il
41,615 questions
54,278 answers
573 users
import math print(math.erfc(0.25)) ''' run: 0.7236736098317631 '''
import math print(math.erfc(-0.25)) ''' run: 1.276326390168237 '''