要判别实型数据float a是否为零应该使用()A、a=0B、a==0C、a<1e-6D、abs(a)

题目

要判别实型数据float a是否为零应该使用()

  • A、a=0
  • B、a==0
  • C、a<1e-6
  • D、abs(a)

相似考题