#6285: Wrong description of arcsin function
-----------------------+----------------------------------------------------
Reporter: gmhossain | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: symbolics | Keywords: arcsin, wrong description
Reviewer: | Author:
Merged: |
-----------------------+----------------------------------------------------
Changes (by gmhossain):
* keywords: => arcsin, wrong description
* reviewer: arcsin, wrong description =>
Old description:
> Description for "arcsin" wrongly says it is "The inverse of the
> hyperbolic sine function" !!
>
> {{{
> arcsin?
>
> File: /home/golam/foo/sage-4.0.1/local/lib/python2.5/site-
> packages/sage/functions/trig.py
> Type: <class 'sage.functions.trig.Function_arcsin'>
> Definition: arcsin(x, hold='False')
> Docstring:
>
> The inverse of the hyperbolic sine function.
>
> EXAMPLES::
>
> sage: arcsinh(0.5)
> 0.481211825059603
> sage: arcsinh(1/2)
> arcsinh(1/2)
> sage: arcsinh(1 + 1.0*I)
>
> }}}
New description:
(1) Description for "arcsin" wrongly says it is "The inverse of the
hyperbolic sine function" !!
{{{
arcsin?
File: /home/golam/foo/sage-4.0.1/local/lib/python2.5/site-
packages/sage/functions/trig.py
Type: <class 'sage.functions.trig.Function_arcsin'>
Definition: arcsin(x, hold='False')
Docstring:
The inverse of the hyperbolic sine function.
EXAMPLES::
sage: arcsinh(0.5)
0.481211825059603
sage: arcsinh(1/2)
arcsinh(1/2)
sage: arcsinh(1 + 1.0*I)
}}}
(2) Is it also missing " ginac='acos' " in conversion dict?
Both "arccos" and "arctan" have that conversion defined.
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6285#comment:1>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---