1 The VDT mathematical library
2 ============================
7 **VDT is a library of mathematical functions**, implemented in double and single
8 precision. The implementation is **fast** and with the aid of modern compilers
9 (e.g. gcc 4.7) vectorisable.
11 VDT exploits also Pade polynomials. A lot of ideas were inspired by the **cephes
12 math library** (by Stephen L. Moshier, moshier@na-net.ornl.gov) as well as
13 portions of actual code. The Cephes library can be found here:
14 http://www.netlib.org/cephes
28 * inverse (faster than division, based on isqrt)
31 Copyright Danilo Piparo, Vincenzo Innocente, Thomas Hauth (CERN) 2012-14
33 VDT is free software: you can redistribute it and/or modify
34 it under the terms of the GNU Lesser Public License as published by
35 the Free Software Foundation, either version 3 of the License, or
36 (at your option) any later version.
38 This program is distributed in the hope that it will be useful,
39 but WITHOUT ANY WARRANTY; without even the implied warranty of
40 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
41 GNU Lesser Public License for more details.
43 You should have received a copy of the GNU Lesser Public License
44 along with this program. If not, see <http://www.gnu.org/licenses/>.