Sage evaluates tan(pi/2) to unsigned infinity which is true, but I want the above expression to work. Any way?
When I apply arctan(tan(pi/2)) it gives error. Shouldn't it return pi/2.
1 | initial version |
Sage evaluates tan(pi/2) to unsigned infinity which is true, but I want the above expression to work. Any way?
When I apply arctan(tan(pi/2)) it gives error. Shouldn't it return pi/2.
2 | retagged |
Sage evaluates tan(pi/2) to unsigned infinity which is true, but I want the above expression to work. Any way?
When I apply arctan(tan(pi/2)) it gives error. Shouldn't it return pi/2.
3 | No.3 Revision |
Sage evaluates tan(pi/2) tan(pi/2)
to unsigned infinity which is true, but I want the above expression to work. Any way?
When I apply arctan(tan(pi/2)) arctan(tan(pi/2))
it gives error. Shouldn't it return pi/2.pi/2
.