Home | History | Annotate | Download | only in math

Lines Matching full:temp

63 	var temp float64
66 temp = x
68 temp = x + x
69 temp = 0.5 * Log1p(temp+temp*x/(1-x))
71 temp = 0.5 * Log1p((x+x)/(1-x))
74 temp = -temp
76 return temp