Page 2. Miscellaneous elements ============================== MathJax ------- Q. Is :math:`\sin(4)` negative? A. Yes, based on results from R, we have: :: > sin(4) [1] -0.7568025 So this value is based on radians. mermaid ------- .. mermaid:: graph TD; A[Start] --> B{Is it working?}; B -- Yes --> C[Great]; B -- No --> D[Fix it]; D --> B; This concludes page...