Home
last modified time | relevance | path

Searched refs:txty (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dcmathmodule.c777 double tx, ty, cx, txty, denom; in c_tanh() local
816 txty = tx*ty; in c_tanh()
817 denom = 1. + txty*txty; in c_tanh()