The inverse tangent function
(denoted by Atan2(y, x) in the Fungrim formula language) is a function of two variables. The following table lists conditions such that Atan2(y, x) is defined in Fungrim.
|
Table data:
such that
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Atan2 | Two-argument inverse tangent | |
RR | Real numbers | |
OpenClosedInterval | Open-closed interval | |
Pi | The constant pi (3.14...) |
Source code for this entry:
Entry(ID("ce3a8e"), SymbolDefinition(Atan2, Atan2(y, x), "Two-argument inverse tangent"), Description("The inverse tangent function", Atan2(y, x), "(denoted by", SourceForm(Atan2(y, x)), "in the Fungrim formula language)", "is a function of two variables.", "The following table lists conditions such that", SourceForm(Atan2(y, x)), "is defined in Fungrim."), Table(TableRelation(Tuple(P, Q), Implies(P, Q)), TableHeadings(Description("Domain"), Description("Codomain")), List(TableSection("Numbers"), Tuple(And(Element(y, RR), Element(x, RR)), Element(Atan2(y, x), OpenClosedInterval(Neg(Pi), Pi))))))