
Google 使用者
A Bug, I want to calc 1/(2π*1.5E3*0.022E-6) so I input 1/2π/1. 5E3/0.022E-6 But the answer is wrong! same as (1/2)π/1. 5E3/0.022E-6 Because 2π's priority is too low! So, if input 1/(2π)/1. 5E3/0.022E-6 the answer is right. I think this is a bug. Because it's too easy produce this kind priority wrong.