• 2021-04-14
    x=-3.4,则round(x)=_______(四舍五入),floor(x)=_________(下整),ceil(x)=________(上整),fix(x)=_________(取整)
  • ["-3","-4","-3","-3"]

    内容

    • 0

      ‌当a=2.4 使用取整函数得出3,则该取整函数名为​ A: fix B: round C: ceil D: floor

    • 1

      当 a=-3.2,使用取整函数得出-4,则该取整函数是(  )。 A: fix B: round C: ceil D: floor

    • 2

      floor(x)是指对x朝-∞方向取整 ( ) A: 对 B: 错

    • 3

      具有取整的MATLAB命令是 A: round B: fix C: ceil D: floor

    • 4

      对于整系数多项式$f(x),g(x)$.若$g(x)\mid f(x)$,则存在整系数多项式$h(x)$,使得$g(x)\cdot h(x)= f(x)$.