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-22 23:02:02 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6318052d9e
opnsense-src
/
contrib
/
libf2c
/
libF77
/
d_dim.c
8 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"
Gcc 3.3.1-pre 2003-07-11 libf2c bits.
2003-07-10 23:42:19 -04:00
double
d_dim
(
doublereal
*
a
,
doublereal
*
b
)
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
(
*
a
>
*
b
?
*
a
-
*
b
:
0
)
;
Virgin import of EGCS 1.1.2's libf2c
1999-09-18 06:51:31 -04:00
}
Reference in a new issue
Copy permalink