Returns the tan of the specified angle.
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public static float Tan( float f ) |
Visual Basic |
---|
Public Shared Function Tan ( _ f As Single _ ) As Single |
Visual C++ |
---|
public: static float Tan( float f ) |
Parameters
- f
- Type: System..::..Single
An angle, measured in radians.