Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for sina (0.2 sec)

  1. src/cmd/cgo/doc.go

    As a simple example, consider a package that uses cgo to call C.sin.
    The following code will be generated by cgo:
    
    	// compiled by gc
    
    	//go:cgo_ldflag "-lm"
    
    	type _Ctype_double float64
    
    	//go:cgo_import_static _cgo_gcc_Cfunc_sin
    	//go:linkname __cgo_gcc_Cfunc_sin _cgo_gcc_Cfunc_sin
    	var __cgo_gcc_Cfunc_sin byte
    	var _cgo_gcc_Cfunc_sin = unsafe.Pointer(&__cgo_gcc_Cfunc_sin)
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  2. doc/go1.17_spec.html

    <code>package math</code>, which exports function <code>Sin</code>, and
    installed the compiled package in the file identified by
    <code>"lib/math"</code>.
    This table illustrates how <code>Sin</code> is accessed in files
    that import the package after the
    various types of import declaration.
    </p>
    
    <pre class="grammar">
    Import declaration          Local name of Sin
    
    import   "lib/math"         math.Sin
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const DLT_SCCP = 142
    pkg syscall (netbsd-arm64-cgo), const DLT_SCCP ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_SITA = 196
    pkg syscall (netbsd-arm64-cgo), const DLT_SITA ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_SLIP = 8
    pkg syscall (netbsd-arm64-cgo), const DLT_SLIP_BSDOS = 13
    pkg syscall (netbsd-arm64-cgo), const DLT_SLIP_BSDOS ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg math, func Pow10(int) float64
    pkg math, func Remainder(float64, float64) float64
    pkg math, func Signbit(float64) bool
    pkg math, func Sin(float64) float64
    pkg math, func Sincos(float64) (float64, float64)
    pkg math, func Sinh(float64) float64
    pkg math, func Sqrt(float64) float64
    pkg math, func Tan(float64) float64
    pkg math, func Tanh(float64) float64
    pkg math, func Trunc(float64) float64
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  5. api/go1.1.txt

    pkg syscall (freebsd-386), const DLT_RAIF1 = 198
    pkg syscall (freebsd-386), const DLT_RAW = 12
    pkg syscall (freebsd-386), const DLT_RIO = 124
    pkg syscall (freebsd-386), const DLT_SCCP = 142
    pkg syscall (freebsd-386), const DLT_SITA = 196
    pkg syscall (freebsd-386), const DLT_SLIP = 8
    pkg syscall (freebsd-386), const DLT_SLIP_BSDOS = 15
    pkg syscall (freebsd-386), const DLT_STANAG_5066_D_PDU = 237
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const DLT_RAW ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_RIO ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_SCCP ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_SITA ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_SLIP ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_SLIP_BSDOS ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_STANAG_5066_D_PDU ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top