File: libffm.h

package info (click to toggle)
libffm 0.21-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 172 kB
  • ctags: 94
  • sloc: asm: 1,176; makefile: 76; ansic: 10; sh: 2
file content (10 lines) | stat: -rw-r--r-- 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
/*
   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);