All pastes #2101660 Raw Edit

Untitled

public text v1 · immutable
#2101660 ·published 2012-01-09 19:25 UTC
rendered paste body
>> atan(3/(-2))

ans =

  -0.982793723247329

>> atan(-3/2)

ans =

  -0.982793723247329

>> atan2(-3,2)

ans =

  -0.982793723247329

>> atan2(3,-2)

ans =

   2.158798930342464

>> atan2( 3, -2 ) - pi

ans =

  -0.982793723247329