The two expression should be equal but when I write bool(arcsin(x) == 2*arctan(x/(1+sqrt(1-x^2)))) it returns false.
Any clue - Why it does that? Any get around?
1 | initial version |
The two expression should be equal but when I write bool(arcsin(x) == 2*arctan(x/(1+sqrt(1-x^2)))) it returns false.
Any clue - Why it does that? Any get around?
2 | retagged |
The two expression should be equal but when I write bool(arcsin(x) == 2*arctan(x/(1+sqrt(1-x^2)))) it returns false.
Any clue - Why it does that? Any get around?