反正弦函数
asin(x) - returns the arc sine of x if -1<=x<=1 or NULL otherwise
asin(x)
定义域 [-1,1] x在其它区间的话 得到的值是null
值域 [-pi/2,pi/2]
实例:
asin(-1) = -pi/2
asin(1)=pi/2
反正弦函数
asin(x) - returns the arc sine of x if -1<=x<=1 or NULL otherwise
asin(x)
定义域 [-1,1] x在其它区间的话 得到的值是null
值域 [-pi/2,pi/2]
实例:
asin(-1) = -pi/2
asin(1)=pi/2
您可能感兴趣的与本文相关的镜像
Anything-LLM
AnythingLLM是一个全栈应用程序,可以使用商用或开源的LLM/嵌入器/语义向量数据库模型,帮助用户在本地或云端搭建个性化的聊天机器人系统,且无需复杂设置
1696
902

被折叠的 条评论
为什么被折叠?