找回密码
 注册
查看: 505|回复: 0

R语言 Rmpfr包 is.whole()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-27 19:01:44 | 显示全部楼层 |阅读模式
is.whole(Rmpfr)
is.whole()所属R语言包:Rmpfr

                                        Whole ("Integer") Numbers
                                         全(“整数”)号

                                         译者:生物统计家园网 机器人LoveR

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

Check which elements of x[] are integer valued aka “whole” numbers,including MPFR numbers (class mpfr).
检查哪些元素x[]整数值又名“整体”的数字,包括的MPFR数字(类mpfr)。


用法----------Usage----------


## S3 method for class 'mpfr'
is.whole(x)



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

参数:x
any R vector, here of class mpfr.
任何R矢量,的classmpfr,。


值----------Value----------

logical vector of the same length as x, indicating where x[.] is integer valued.
逻辑向量的长度相同x,x[.]是整数值。


(作者)----------Author(s)----------


Martin Maechler



参见----------See Also----------

is.integer(x) (base package) checks for the internal mode or class, not if x[i] are integer valued.
is.integer(x)(base包)检查内部模式或类,如果x[i]整数值。

The is.whole() methods in package gmp.
is.whole()包gmp方法。


实例----------Examples----------


is.integer(3) # FALSE, it's internally a double[FALSE,它的内部双]
is.whole(3)   # TRUE[TRUE]
x <- c(as(2,"mpfr") ^ 100, 3, 3.2, 1000000, 2^40)
is.whole(x) # one FALSE, only[假的,只有]


转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

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

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-24 09:10 , Processed in 0.022388 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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