ฟังก์ชันนี้ทำงานใน Google Sheets เหมือนกับใน Excel — ไวยากรณ์และอาร์กิวเมนต์เดียวกัน
CSC(number)The CSC function calculates the cosecant of an angle specified in radians. It is the reciprocal of the sine function, defined as 1/SIN(number).
=CSC(PI()/2)ผลลัพธ์: 1
Calculates the cosecant of PI/2 radians (90 degrees), which is 1.
=CSC(RADIANS(30))ผลลัพธ์: 2
Calculates the cosecant of 30 degrees by converting it to radians first.
The function will return a #NUM! error because the cosecant is undefined when the sine is zero.