MCPcopy Index your code
hub / github.com/processing/processing / tan

Method tan

core/src/processing/core/PApplet.java:4790–4792  ·  view source on GitHub ↗

( 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)

Source from the content-addressed store, hash-verified

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 )

Callers 12

parsePathArctoMethod · 0.95
parseSingleTransformMethod · 0.95
setSizeMethod · 0.45
shearXMethod · 0.45
shearYMethod · 0.45
perspectiveMethod · 0.45
shearXMethod · 0.45
shearYMethod · 0.45
shearXMethod · 0.45
shearYMethod · 0.45
shearXMethod · 0.45
shearYMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected