网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
下列函数中,可以对浮点数进行四舍五入的是()。
- A、fmod()
- B、ceil()
- C、round()
- D、floor()
参考答案
更多 “下列函数中,可以对浮点数进行四舍五入的是()。A、fmod()B、ceil()C、round()D、floor()” 相关考题
考题
在JavaScript中要取最接近整数x并且比x小的数值,应该使用:()
A.Math.round()B.Math.random()C.Math.ceil()D.Math.floor()
考题
下列关于ROUND函数的说法正确的有()。
A、number为需要进行四舍五入的数字B、num_digits是指定的位数,按此位数进行四舍五入C、该函数的功能是返回某个数字按指定位数取整后的数字D、语法为ROUND(number,num_digits)
考题
在Oracle中,执行下面的语句:SELECTceil(-97.342),floor(-97.342),-123.01-124round(-97.342),trunc(-97.342)FROMdual;哪个函数的返回值不等于-97()
A.ceilB.floorC.roundD.trunc
考题
关于JavaScriptMath对象的说法,正确的是()。
A.Math.ceil(512.51)返回的结果为512B.Math.floor()方法用于对数字进行下舍入C.Math.round(- 512.51)返回的结果为-512D.Math.random()返回的结果范围为0-1,包括0和1
考题
Whichcodedeterminestheintvaluefooclosesttoadoublevaluebar?()
A.Intfoo=(int)Math.max(bar);B.Intfoo=(int)Math.min(bar);C.Intfoo=(int)Math.abs(bar);D.Intfoo=(int)Math.ceil(bar);E.Intfoo=(int)Math.floor(bar);F.Intfoo=(int)Math.round(bar);
考题
Whichcodedeterminestheintvaluefooclosestto,butnotgreaterthan,adoublevaluebar?()
A.Intfoo=(int)Math.max(bar);B.Intfoo=(int)Math.min(bar);C.Intfoo=(int)Math.abs(bar);D.Intfoo=(int)Math.ceil(bar);E.Intfoo=(int)Math.floor(bar);F.Intfoo=(int)Math.round(bar);
考题
用算法实现Round函数效果,这里仅要求将所输入的任意数值型变量保留两位小数后输出(四舍五入),以代码实现,不得使用Printf(“%.2f”,d)或是.NET中的Round(double value, int digits)函数。
考题
关于JavaScript中的Math对象的说法,正确的是( )
A.Math.ceil(512.51)返回的结果为512B.Math.floor( )方法用于对数字进行下舍入C.Math.round(-512.51)返回的结果为-512D.Math.random( )返回的结果范围为0-1,包括0和1
考题
关于JavaScript中的Math对象的说法,正确的是( )。
A.Math.ceil(512.51)返回的结果为512B.Math.floor( )方法用于对数进行下舍入C.Math.round(-512.51)返回的结果为-512D.Math.random( )返回结果为0~1,包括0和1
考题
如果以下条件成立,则用到java.lang.Math 类中哪个方法?method( -4.4 ) == -4;
A. round()B. min()C. trunc()D. abs()E. floor()F. ceil()
考题
金蝶K/3 10.3工资系统公式设置中可以利用哪下个函数对数字进行四舍五入取整,并指定小数点后面的位数()A、getdate()B、getdata()C、round()D、roundx()
考题
下列正确的代码分别是?()A、Math.ceil(7.25)===7B、Math.ceil(7.25)===8C、Math.floor(7.25)===7D、Math.floor(7.25)===8
考题
单选题用round函数四舍五入对数组[2.486.393.938.52]取整,结果为()A
[2638]B
[2648]C
[2649]D
[3749]
热门标签
最新试卷