Returns the arcsine of a number in radians.
ฟังก์ชันนี้ทำงานใน Google Sheets เหมือนกับใน Excel — ไวยากรณ์และอาร์กิวเมนต์เดียวกัน
ASIN(number)The ASIN function calculates the angle whose sine is the specified number. The resulting angle is returned in radians, in the range -pi/2 to pi/2.
=ASIN(0.5)ผลลัพธ์: 0.523598776
Returns the arcsine of 0.5, which is pi/6 radians.
Excel will return the #NUM! error because the sine of an angle cannot exceed these bounds.