设为首页收藏本站获取积分奖励

R语言中文网

 找回密码
 立即注册
查看: 880|回复: 0

R语言三角函数acos()函数-中英文对照帮助文档

[复制链接]
发表于 2020-8-20 22:37:57 | 显示全部楼层 |阅读模式
        R语言三角函数acos()函数-中英文对照帮助文档

                                         By MicroRbt Martinez PhD

R语言函数名:acos()
R语言函数功能:三角函数
来自资源库:基础库(R语言自带)
acos()函数所属R语言包:所在R包具体名称、包功能的中英文双语描述见正文后面'--所在R语言包信息--'部分。

描述-----Description-----

These functions give the obvious trigonometric functions. They respectively compute the cosine, sine, tangent, arc-cosine, arc-sine, arc-tangent, and the two-argument arc-tangent.
这些函数提供了明显的三角函数。它们分别计算余弦,正弦,正切,反余弦,反正弦,反正切和两参数反正切。

cospi(x), sinpi(x), and tanpi(x), compute cos(pi*x), sin(pi*x), and tan(pi*x).
cospi(x),sinpi(x)和tanpi(x)计算cos(pi*x),sin(pi*x)和tan(pi*x)。


使用方法-----Usage-----

cos(x)
sin(x)
tan(x)
acos(x)
asin(x)
atan(x)
atan2(y, x)
cospi(x)
sinpi(x)
tanpi(x)

参数-----Arguments-----

参数x, y介绍: numeric or complex vectors.
数字或复数向量。


详情-----Details-----

The arc-tangent of two arguments atan2(y, x) returns the angle between the x-axis and the vector from the origin to (x, y), i.e., for positive arguments atan2(y, x) == atan(y/x).
两个自变量atan2(y, x)的反正切值返回x轴与从原点到(x, y)的向量之间的角度,即,对于正自变量atan2(y, x) == atan(y/x)。

Angles are in radians, not degrees, for the standard versions (i.e., a right ang
-----未完,待续-----,↓↓↓展开剩余72%↓↓↓
购买主题 前行需要您的支持,请赞助作者 【15 金钱】 就能浏览全部100%内容啦!(本贴一次赞助、永久可读)
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Archiver|R语言中文网    

GMT+8, 2024-5-20 20:48 , Processed in 0.028917 second(s), 23 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表