mathlib icon indicating copy to clipboard operation
mathlib copied to clipboard

feat(analysis/special_functions/trigonometric/angle): `to_real`

Open jsm28 opened this issue 3 years ago • 0 comments

Define real.angle.to_real, converting a real.angle to a real in the interval Ioc (-π) π (the same interval used by complex.arg), and prove some associated lemmas. This is the inverse operation to coercing the result of complex.arg to real.angle, and is also useful for converting between oriented and unoriented angles.


Open in Gitpod

jsm28 avatar Aug 11 '22 14:08 jsm28