The arctan function. #
Inequalities, identities and Real.tan as an OpenPartialHomeomorph between (-(π / 2), π / 2)
and the whole line.
The result of arctan x + arctan y is given by arctan_add, arctan_add_eq_add_pi or
arctan_add_eq_sub_pi depending on whether x * y < 1 and 0 < x. As an application of
arctan_add we give four Machin-like formulas (linear combinations of arctangents equal to
π / 4 = arctan 1), including John Machin's original one at
four_mul_arctan_inv_5_sub_arctan_inv_239.
Inverse of the tan function, returns values in the range -π / 2 < arctan x and
arctan x < π / 2
Equations
- Real.arctan x = ↑(Real.tanOrderIso.symm x)
Instances For
theorem
Real.tendsto_arctan_atTop :
Filter.Tendsto arctan Filter.atTop (nhdsWithin (Real.pi / 2) (Set.Iio (Real.pi / 2)))
theorem
Real.tendsto_arctan_atBot :
Filter.Tendsto arctan Filter.atBot (nhdsWithin (-(Real.pi / 2)) (Set.Ioi (-(Real.pi / 2))))
Real.tan as an OpenPartialHomeomorph between (-(π / 2), π / 2) and the whole line.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Extension for Real.arctan.
Equations
- One or more equations did not get rendered due to their size.