Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Acos (0.16 sec)

  1. doc/go1.17_spec.html

    value is a constant.
    </p>
    
    <pre>
    var a = complex(2, -2)             // complex128
    const b = complex(1.0, -1.4)       // untyped complex constant 1 - 1.4i
    x := float32(math.Cos(math.Pi/2))  // float32
    var c64 = complex(5, -x)           // complex64
    var s int = complex(1, 0)          // untyped complex constant 1 + 0i can be converted to int
    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)
  2. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	//TODO: FCOMFP (R11)                    // 41d81b
    	//TODO: FCOMPL (BX)                     // dc1b
    	//TODO: FCOMPL (R11)                    // 41dc1b
    	//TODO: FCOMPP                          // ded9
    	FCOS                                    // d9ff
    	FDECSTP                                 // d9f6
    	FDIVD F2, F0                            // d8f2
    	FDIVD F3, F0                            // d8f3
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg math/cmplx, func Acos(complex128) complex128
    pkg math/cmplx, func Acosh(complex128) complex128
    pkg math/cmplx, func Asin(complex128) complex128
    pkg math/cmplx, func Asinh(complex128) complex128
    pkg math/cmplx, func Atan(complex128) complex128
    pkg math/cmplx, func Atanh(complex128) complex128
    pkg math/cmplx, func Conj(complex128) complex128
    pkg math/cmplx, func Cos(complex128) complex128
    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)
  4. doc/go_spec.html

    value is a constant.
    </p>
    
    <pre>
    var a = complex(2, -2)             // complex128
    const b = complex(1.0, -1.4)       // untyped complex constant 1 - 1.4i
    x := float32(math.Cos(math.Pi/2))  // float32
    var c64 = complex(5, -x)           // complex64
    var s int = complex(1, 0)          // untyped complex constant 1 + 0i can be converted to int
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top