Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 735 Bytes

File metadata and controls

54 lines (34 loc) · 735 Bytes
title categories subCategories
tan()
Functions
Trigonometry

tan(rad)

Description

Calculates the tangent of an angle (in radians). The result will be between negative infinity and infinity.

Syntax

tan(rad)

Parameters

rad: The angle in radians. Allowed data types: double.

Returns

The tangent of the angle. Data type: double.

See also