Closed DylanXie123 closed 3 years ago
I find a bug when I test some math eqautions. 1/sqrt(2)==0.7071 and log(0.7071)==-0.3552, but when I type log(1/sqrt(2)), I get 0.3552 instead of -0.3552
1/sqrt(2)==0.7071
log(0.7071)==-0.3552
log(1/sqrt(2))
0.3552
-0.3552
Got it. Will fix.
I find a bug when I test some math eqautions.
1/sqrt(2)==0.7071
andlog(0.7071)==-0.3552
, but when I typelog(1/sqrt(2))
, I get0.3552
instead of-0.3552