Returns the tangent of a value in radians.
class function TanRad(const Value: Single): Single; static;
|
Parameters |
Description |
|
const Value: Single |
The value in radians to pass into the tangent function. |
The tangent of Value
The return value is undefined when the angle is Pi/2 or -Pi/2 degrees.
|
Copyright (c) 2012. All rights reserved.
|