Ticket #3045 (closed defect: fixed)
Calculate typo
| Reported by: | cjl | Owned by: | |
|---|---|---|---|
| Priority: | Unspecified by Maintainer | Milestone: | Unspecified by Release Team |
| Component: | untriaged | Version: | Unspecified |
| Severity: | Unspecified | Keywords: | |
| Cc: | garycmartin | Distribution/OS: | Unspecified |
| Bug Status: | Unconfirmed |
Description
functions.py:141
extraneous "i" in ix
asin(x), return the arc sine of x. This is the angle for which the sine is ix. Defined for -1 <= x <= 1
should be
asin(x), return the arc sine of x. This is the angle for which the sine is x. Defined for -1 <= x <= 1
Change History
Note: See
TracTickets for help on using
tickets.
