UNIX 7th Ed. -
/
usr
/
src
/
libF77
/
r_log.c
Functions
r_log
X
1
:
double
r_log
(x)
2
:
float
*x;
3
:
{
4
:
double
log
();
5
:
return
(
log
(*x) );
6
:
}
Defined functions
r_log
defined in line
1
;
never used
Last modified: 1979-01-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 405