decimal2fraction(schoolmath)
decimal2fraction()所属R语言包:schoolmath
convert a decimal-number into fraction
一个十进制数转换成分数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function converts a decimal number into a fraction
这个函数转换成分数的十进制数
用法----------Usage----------
decimal2fraction(decimal, period = 0)
参数----------Arguments----------
参数:decimal
the decimal number to be converted, given without an repeating ending
要转换的十进制数,没有重复的结局
参数:period
if the decimal places have an repeating ending (period), set the period here. See examples.
如果小数位有重复的结局(期),期限设置在这里。见的例子。
(作者)----------Author(s)----------
Joerg Schlarmann
实例----------Examples----------
## converting 23.4323[#转换23.4323]
decimal2fraction(23.4323)
## converting a number with decimal period, e.g. 12.12344444444444444444[#转换为数字带小数点的时期,例如12.12344444444444444444]
decimal2fraction(12.123, 4)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|