Method on @sym: atan2 (x, y)

Return an angle from a point given by symbolic expressions.

Examples:

atan2(sym(1),1)
  ⇒ (sym)
      π
      ─
      4
atan2(0, sym(-1))
  ⇒ (sym) π

See also: @sym/atan, @sym/hypot.

Package: symbolic