PHP assignment help please (again with more info) PLEASE HELP!!?

Gfunk

New member
Can someone help me with this PHP assignment PLEASE?!!?
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.
11 hours ago - 4 days left to answer.
Umm it should be in a table and the values should not be past 3 decimal places. (i.e.0.258889 = 0.258).
The table should have headers and the headers should be the theta symbol, sine, cosine, tangent, secant, cosecant, and cotangent.
On the left column the values are ?/12, ?/6, ?/4, ?/3, 5?/12, ?/2, ..., 2?/3,...
So it is a 10 by 7 table. (rows x cols)
ALSO,
When building the table, any value that is 0, +/- 1, or +/- 0.5 should be highlighted. Any value that is undefined should be blacked out.

Thanks everyone for answwers. first answer gets 10 points
.
 
Back
Top