Kaydet (Commit) 0e11c49f authored tarafından Fred Drake's avatar Fred Drake

Docstring fix: acosh() returns the hyperbolic arccosine, not the

hyperbolic cosine.  Problem report via David Ascher by one of his
students.
üst caa69fdf
......@@ -64,7 +64,7 @@ static Py_complex c_acosh(x)
static char c_acosh_doc [] =
"acosh(x)\n\
\n\
Return the hyperbolic cosine of x.";
Return the hyperbolic arccosine of x.";
static Py_complex c_asin(x)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment