Can someone help me with this PHP assignment PLEASE?!!?

Gfunk

New member
Write a PHP program that takes inputs from 0 to 2?, in increments of ?/12 radians each, and returns the results of the trigonometric functions sine, cosine, tangent, secant, cosecant, and cotangent. Remember that PHP assumes you’re using radians for this task, so you do not need to convert to degrees, nor should you be using them. These values (radians) should be automatically read into an array.
 
Back
Top