File: libffm.h

package info (click to toggle)
libffm 0.28-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 216 kB
  • ctags: 184
  • sloc: asm: 3,028; makefile: 94; ansic: 12; sh: 2
file content (12 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
/*
   This file defines the nonstandard (not defined in math.h) function 
   routines in the libffm library. See file LICENSE for copyright details.
*/

double log2(double);
double exp2(double);
double exp10(double);
double cotan(double);
double powr(double, double);
void dsqrtv(double *, double *, int);
void dsqrtiv(double *, double *, int);