This website requires JavaScript.
Explore
Help
Sign In
mirror
/
XEphem
mirror of
https://github.com/XEphem/XEphem.git
Watch
1
Star
0
Fork
You've already forked XEphem
0
Code
Issues
Projects
Releases
Wiki
Activity
e6a9499a5c
XEphem
/
libip
/
sqr.c
10 lines
77 B
C
Raw
Blame
History
#
include
<math.h>
#
include
"ip.h"
double
sqr
(
double
x
)
{
return
(
x
*
x
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink