#include <cmath> double asin( double arg );
asin() 函式返回 arg 的反正弦,結果範圍為 [-pi/2, +pi/2]。arg 應在 -1 到 1 之間。如果 arg 超出此範圍,asin() 將返回 NAN 並引發浮點異常。