summaryrefslogtreecommitdiffstats
path: root/Modules/cmathmodule.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-02-20 10:46:11 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-02-20 10:46:11 (GMT)
commit79d8f3f1238ab5c86eff2e40e302f678fa24fea3 (patch)
tree3d33627a5c58eda9ca94d6170627cc1c7e02c8b4 /Modules/cmathmodule.c
parent7a4f43a8dd14c5eb64762a1ffcf1d44f069fc293 (diff)
downloadcpython-79d8f3f1238ab5c86eff2e40e302f678fa24fea3.zip
cpython-79d8f3f1238ab5c86eff2e40e302f678fa24fea3.tar.gz
cpython-79d8f3f1238ab5c86eff2e40e302f678fa24fea3.tar.bz2
Regenerated Argument Clinic checksums.
Diffstat (limited to 'Modules/cmathmodule.c')
-rw-r--r--Modules/cmathmodule.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/cmathmodule.c b/Modules/cmathmodule.c
index 5746db1..67161ad 100644
--- a/Modules/cmathmodule.c
+++ b/Modules/cmathmodule.c
@@ -212,7 +212,7 @@ Return the inverse hyperbolic cosine of z.
static Py_complex
cmath_acosh_impl(PyModuleDef *module, Py_complex z)
-/*[clinic end generated code: output=c23c776429def981 input=bc016412080bb3e9]*/
+/*[clinic end generated code: output=c23c776429def981 input=3f61bee7d703e53c]*/
{
Py_complex s1, s2, r;
@@ -267,7 +267,7 @@ Return the inverse hyperbolic sine of z.
static Py_complex
cmath_asinh_impl(PyModuleDef *module, Py_complex z)
-/*[clinic end generated code: output=0c6664823c7b1b35 input=5a21fa0242928c9b]*/
+/*[clinic end generated code: output=0c6664823c7b1b35 input=5c09448fcfc89a79]*/
{
Py_complex s1, s2, r;
@@ -358,7 +358,7 @@ Return the inverse hyperbolic tangent of z.
static Py_complex
cmath_atanh_impl(PyModuleDef *module, Py_complex z)
-/*[clinic end generated code: output=279e0b9fefc8da7c input=df19cdc9f9d431c9]*/
+/*[clinic end generated code: output=279e0b9fefc8da7c input=2b3fdb82fb34487b]*/
{
Py_complex r;
double ay, h;