Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 550 Bytes

tan-function.md

File metadata and controls

26 lines (18 loc) · 550 Bytes
title description ms.reviewer ms.topic ms.date
tan()
Learn how to use the tan() function to return the tangent value of the specified number.
alexans
reference
02/20/2023

tan()

Returns the tangent value of the specified number.

Syntax

tan(x)

[!INCLUDE syntax-conventions-note]

Parameters

Name Type Required Description
x real ✔️ The number for which to calculate the tangent.

Returns

The result of tan(x)