Ejemplo n.º 1
0
 def polar_with_errno_set(z):
     set_errno(11)
     try:
         return polar(z)
     finally:
         set_errno(0)
Ejemplo n.º 2
0
 def polar_with_errno_set(z):
     set_errno(11)
     try:
         return polar(z)
     finally:
         set_errno(0)