OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libm/] [machine/] [spu/] [sf_erf.c] - Blame information for rev 207

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
#include <math.h>
2
#include "headers/erff.h"
3
 
4
float erff(float x)
5
{
6
  return _erff(x);
7
}
8
 
9
/*
10
 * The default sf_erf.c contains both erff and erfcf, erfcf was manually added
11
 * here, it could be moved to a separate file (similar to s_erf.c).
12
 */
13
#include "headers/erfcf.h"
14
 
15
float erfcf(float x)
16
{
17
  return _erfcf(x);
18
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.