Home | History | Annotate | Download | only in math

Lines Matching refs:temp

65 	var temp float64
68 temp = x
70 temp = x + x
71 temp = 0.5 * Log1p(temp+temp*x/(1-x))
73 temp = 0.5 * Log1p((x+x)/(1-x))
76 temp = -temp
78 return temp