📂 FileMgr
📍
/
opt
/
golang
/
1.22.0
/
src
/
cmd
/
cgo
/
internal
/
test
/
issue9510b
✏️ /
⬅ Kembali
// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package issue9510b /* static double csquare(double a, double b) { __complex__ double d; __real__ d = a; __imag__ d = b; return __real__ (d * d); } */ import "C" func F(a, b float64) float64 { return float64(C.csquare(C.double(a), C.double(b))) }
💾 Simpan
Batal
⬅ test
1 item
Nama
Tipe
Ukuran
Diubah
Aksi
🔵
b.go
go
413 B
2024-02-02 18:09
✏️
👁️
🔤
🗑
✏️ Rename
Nama Baru
Simpan
Batal