The inverse tangent function atan(z)
(denoted by Atan(z) in the Fungrim formula language) is a function of a single variable. The following table lists conditions such that Atan(z) is defined in Fungrim.
|
Table data: (P,Q)
such that (P)⟹(Q)
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Atan | atan(z) | Inverse tangent |
RR | R | Real numbers |
OpenInterval | (a,b) | Open interval |
Pi | π | The constant pi (3.14...) |
CC | C | Complex numbers |
ConstI | i | Imaginary unit |
Infinity | ∞ | Positive infinity |
PowerSeries | K[[x]] | Formal power series |
Source code for this entry:
Entry(ID("b120b9"), SymbolDefinition(Atan, Atan(z), "Inverse tangent"), Description("The inverse tangent function", Atan(z), "(denoted by", SourceForm(Atan(z)), "in the Fungrim formula language)", "is a function of a single variable.", "The following table lists conditions such that", SourceForm(Atan(z)), "is defined in Fungrim."), Table(TableRelation(Tuple(P, Q), Implies(P, Q)), TableHeadings(Description("Domain"), Description("Codomain")), List(TableSection("Numbers"), Tuple(Element(z, RR), Element(Atan(z), OpenInterval(Neg(Div(Pi, 2)), Div(Pi, 2)))), Tuple(Element(z, SetMinus(CC, Set(Neg(ConstI), Pos(ConstI)))), Element(Atan(z), CC)), TableSection("Infinities"), Tuple(Element(z, Set(Neg(Infinity), Infinity)), Element(Atan(z), Set(Neg(Div(Pi, 2)), Div(Pi, 2)))), Tuple(Element(z, Set(Neg(ConstI), Pos(ConstI))), Element(Atan(z), Set(Mul(Neg(ConstI), Infinity), Mul(Pos(ConstI), Infinity)))), TableSection("Formal power series"), Tuple(Element(z, PowerSeries(RR, x)), Element(Atan(z), PowerSeries(RR, x))), Tuple(And(Element(z, PowerSeries(CC, x)), NotElement(SeriesCoefficient(z, x, 0), Set(Neg(ConstI), Pos(ConstI)))), Element(Atan(z), PowerSeries(CC, x))))))