I'm studying trigonometry on my own, and I keep noticing that the trigonometric functions are never defined with constraints to deal with divide-by-zero issues. As an example, I've seen cosecant defined like this: $\csc \theta = \frac{1}{\sin \theta}$
I've encountered this definition in the book I'm currently working through, and online resources 1 2 3, but as $\sin \theta$ has the range [-1, 1] shouldn't cosecant really be defined as: $\csc \theta = \frac{1}{\sin \theta}, \sin \theta \neq 0$?
Am I missing something?