Dan Sugalski <[EMAIL PROTECTED]> wrote: > Almost everything we do here is going to be with method calls.
Just one additional note: $ python >>> from cmath import sin >>> print sin(2+3j) (9.15449914691-4.16890695997j) leo
Dan Sugalski <[EMAIL PROTECTED]> wrote: > Almost everything we do here is going to be with method calls.
Just one additional note: $ python >>> from cmath import sin >>> print sin(2+3j) (9.15449914691-4.16890695997j) leo