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