CORDIC
Approximation of Elementary Functions


CORDIC is a FORTRAN90 library, using double precision arithmetic, which uses the CORDIC algorithm to evaluate certain functions, in particular the sine and cosine.

Related Data and Programs:

CORDIC is also available in a C++ version and a MATLAB version.

POLPAK is a FORTRAN90 library which evaluates recursively defined polynomials and other special functions.

SPECFUN is a FORTRAN90 library which evaluates certain special functions using fitted data.

TEST_VALUES is a FORTRAN90 library which returns some tabulated values of various functions.

Reference:

  1. Jean-Michel Muller,
    Elementary Functions: Algorithms and Implementation,
    Second Edition,
    Birkhaeuser, 2006,
    ISBN13: 978-0-8176-4372-0,
    LC: QA331.M866.
  2. Frederick Ruckdeschel,
    BASIC Scientific Subroutines,
    Volume II,
    McGraw-Hill, 1980,
    ISBN: 0-07-054202-3,
    LC: QA76.95.R82.
  3. Jack Volder,
    The CORDIC Computing Technique,
    IRE Transactions on Electronic Computers,
    Volume 8, Number 3, pages 330-334, 1959.
  4. Jack Volder,
    The Birth of CORDIC,
    Journal of VLSI Signal Processing Systems,
    Volume 25, Number 2, pages 101-105, June 2000.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the FORTRAN90 source codes.


Last modified on 21 June 2007.