当前位置: 首页>>代码示例 >>用法及示例精选 >>正文


Ruby BigMath.atan用法及代码示例


本文简要介绍ruby语言中 BigMath.atan 的用法。

用法

atan(decimal, numeric) → BigDecimal

计算 decimal 与指定精度位数 numeric 的反正切。

如果decimal 为 NaN,则返回 NaN。

BigMath.atan(BigDecimal('-1'), 16).to_s
#=> "-0.785398163397448309615660845819878471907514682065e0"

相关用法


注:本文由纯净天空筛选整理自ruby-lang.org大神的英文原创作品 BigMath.atan。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。