Math and Trignometric - CSC Function



Description

The CSC function returns the cosecant of an angle specified in radians.

Syntax

CSC (number)

Arguments

Argument Description Required/Optional
Number The angle (in radians) that you want to calculate the cosecant of. Required

Notes

  • CSC (n) equals 1/SIN (n)

  • If the angle is in degrees, convert it to radians by multiplying with by PI()/180 or use the RADIANS Function

    =RADIANS (degrees)

  • The absolute value of Number must be less than 2^27.

  • If Number is outside its constraints, CSC returns the #NUM! error value.

  • If Number is a non-numeric value, CSC returns the #VALUE! error value.

  • CSC (0) returns the #DIV/0! error value.

Applicability

Excel 2013, Excel 2016

Example

CSC Function
advanced_excel_math_trigonometric_functions.htm
Advertisements