( begin auto-generated from tan.xml ) Calculates the ratio of the sine and cosine of an angle. This function expects the values of the angle parameter to be provided in radians (values from 0 to PI 2). Values are returned in the range infinity to -infinity . ( end auto-generate
(float angle)
| 4788 | * @see PApplet#radians(float) |
| 4789 | */ |
| 4790 | static public final float tan(float angle) { |
| 4791 | return (float)Math.tan(angle); |
| 4792 | } |
| 4793 | |
| 4794 | /** |
| 4795 | * ( begin auto-generated from asin.xml ) |
no outgoing calls
no test coverage detected