This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-23 07:07:24 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6318052d9e
opnsense-src
/
contrib
/
libf2c
/
libF77
/
d_sin.c
10 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
Virgin import of EGCS 1.1.2's libf2c
1999-09-18 06:51:31 -04:00
#
include
"f2c.h"
#
undef abs
#
include
<math.h>
Gcc 3.3.1-pre 2003-07-11 libf2c bits.
2003-07-10 23:42:19 -04:00
double
d_sin
(
doublereal
*
x
)
Virgin import of EGCS 1.1.2's libf2c
1999-09-18 06:51:31 -04:00
{
Gcc 3.3.1-pre 2003-07-11 libf2c bits.
2003-07-10 23:42:19 -04:00
return
(
sin
(
*
x
)
)
;
Virgin import of EGCS 1.1.2's libf2c
1999-09-18 06:51:31 -04:00
}
Reference in a new issue
Copy permalink