Ticket #1111 (closed defect: fixed)
trig functions in Calculate ignoring deg setting
| Reported by: | walter | Owned by: | garycmartin |
|---|---|---|---|
| Priority: | Normal | Milestone: | 0.86 |
| Component: | Calculate | Version: | Git as of bugdate |
| Severity: | Unspecified | Keywords: | |
| Cc: | Distribution/OS: | ||
| Bug Status: | New |
Description
When set to degrees:
sin(45) = .850903...
should be .707106...
It is actually the sin(45) in radians.
Similarly,
cos(45) = .52532...
should be the same as sin(45) but it is actually cos(45) in radians.
So it seems that the rad/deg button is not working.
Tested on both SoaS Strawberry and the latest jhbuild
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

