#3045 closed defect (fixed)
Calculate typo
Reported by: | cjl | Owned by: | |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
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 (5)
comment:1 Changed 12 years ago by cjl
comment:2 Changed 12 years ago by garycmartin
- Resolution set to fixed
- Status changed from new to closed
Oooh, thanks. Fixed in git mainline (source and pot string corrected).
comment:3 Changed 12 years ago by cjl
Please fix the ix > x typo in the original message please
comment:4 follow-up: ↓ 5 Changed 12 years ago by cjl
This is the angle for which the sine is ix
To
This is the angle for which the sine is x
comment:5 in reply to: ↑ 4 Changed 12 years ago by garycmartin
Replying to cjl:
This is the angle for which the sine is ix
To
This is the angle for which the sine is x
Sorry for missing the original ticket purpose! Done, pushed to mainline.
Note: See
TracTickets for help on using
tickets.
There is another typo (I think), extraneous ")"
astparser.py:502
Attribute '%s' does not exist)
should probably be
Attribute '%s' does not exist