Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for atan (0.13 sec)

  1. doc/go_spec.html

    of <code>F</code>.
    A method invocation is similar but the method itself
    is specified as a selector upon a value of the receiver type for
    the method.
    </p>
    
    <pre>
    math.Atan2(x, y)  // function call
    var pt *Point
    pt.Scale(3.5)     // method call with receiver pt
    </pre>
    
    <p>
    If <code>f</code> denotes a generic function, it must be
    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