OracleNumeric FunctionsTAN
COS

TANNumeric Functions

SYSDATE

Returns the tangent value.

Syntax

TAN(n)

Example

Enter values below to update the example in real time.

tan_zero
SELECT TAN(0) AS tan_zero FROM DUAL;