cmath.h

Go to the documentation of this file.
00001 /*
00002     cmath.h:
00003 
00004     Copyright (C) 1994 Paris Smaragdis, John ffitch
00005 
00006     This file is part of Csound.
00007 
00008     The Csound Library is free software; you can redistribute it
00009     and/or modify it under the terms of the GNU Lesser General Public
00010     License as published by the Free Software Foundation; either
00011     version 2.1 of the License, or (at your option) any later version.
00012 
00013     Csound is distributed in the hope that it will be useful,
00014     but WITHOUT ANY WARRANTY; without even the implied warranty of
00015     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00016     GNU Lesser General Public License for more details.
00017 
00018     You should have received a copy of the GNU Lesser General Public
00019     License along with Csound; if not, write to the Free Software
00020     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
00021     02111-1307 USA
00022 */
00023 
00024 double besseli(double);
00025 
00026 /* returns 0 on success, -1 if there are insufficient arguments, */
00027 /* and -2 in the case of an unknown distribution */
00028 int gen21_rand(FGDATA *ff, FUNC *ftp);
00029 
00030 typedef struct  {
00031         OPDS    h;
00032         MYFLT   *sr, *in, *powerOf, *norm;
00033 } POW;
00034 
00035 typedef struct  {
00036         OPDS    h;
00037         MYFLT   *out, *arg1, *arg2, *arg3;
00038 } PRAND;
00039 

Generated on Sun Nov 9 00:04:52 2008 for Csound and CsoundAC by  doxygen 1.5.6