I've been trying to make an advanced calculator in JS. but I got stuck when I realised that I don't know all the advanced function. I know they exist but not how to use them. So in JavaScript what are the keywords for:
- Sin
- Cos
- Tan
- Sin^-1
- cos^-1
- Tan^-1
- square root
- cube root
- X root
- log
- ln
- pi
- e
