Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for Acos (0.09 sec)

  1. 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
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
  2. 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
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
Back to top