This website requires JavaScript.
Explore
Help
Sign In
mirror
/
go
mirror of
https://github.com/golang/go.git
Watch
1
Star
0
Fork
You've already forked go
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dev.garbage
go
/
misc
/
cgo
/
test
/
issue8756
/
issue8756.go
12 lines
101 B
Go
Raw
Permalink
Blame
History
package
issue8756
/*
#cgo LDFLAGS: -lm
#include <math.h>
*/
import
"C"
func
Pow
(
)
{
C
.
pow
(
1
,
2
)
}
Reference in New Issue
View Git Blame
Copy Permalink