IIsi50MHz / chromey-calculator

A triaged calculator project exported from code.google.com/p/chromey-calculator
8 stars 7 forks source link

atan(1.5/(sqrt(3)/2)) - atan(0.5/(sqrt(3)/2)) makes wrong substraction #263

Open FabriceNeyret opened 2 years ago

FabriceNeyret commented 2 years ago

atan(1.5/(sqrt(3)/2)) - atan(0.5/(sqrt(3)/2)) doesn't give the correct result, while computing separately the 2 atan() then substracting give the correct result.