summaryrefslogtreecommitdiff
path: root/csch.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-79/+0
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* [csch.c,coth.c,csc.c,cot.c] fixed bug for tiny input and RNDA (result waszimmerma2009-08-261-1/+3
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-2/+2
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* * gen_inverse.h: ACTION_TINY must be called after MPFR_SAVE_EXPO_MARKvlefevre2007-06-221-0/+1
* fixed tiny input problem with csch, j0, j1zimmerma2007-05-291-0/+37
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* fixed overflow/underflow problems in csch and sechzimmerma2006-10-251-5/+5
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add functions mpfr_sech, mpfr_coth and mpfr_csch.pelissip2005-05-041-0/+38