trigonometry syntax
in
Programming Questions
•
6 months ago
Hi!
I'm new to processing and programming and would like to code the function:
cos^x(a)
where x and a are variables.
is this correct?
pow(cos(a),x)
anybody knows how?
Thanks!!
1