You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yvan Sraka 2410899756 Remove trailing whitespaces 7 years ago
..
README.md Remove trailing whitespaces 7 years ago

README.md

Tan

Return the tangent of the parameter

Declaration

float tan(float angle)  
vec2 tan(vec2 angle)  
vec3 tan(vec3 angle)  
vec4 tan(vec4 angle)

Parameters

angle specify the quantity, in radians, of which to return the tangent.

Description

tan() returns the trigonometric tangent of angle.

See Also

cos, acos, sin, asin, atan, Chapter 05: Shaping Functions