Several methods have been developed to represent floating point numbers.
已经开发了几种方法来表示浮点数。
单词 | Floating point |
释义 |
Floating point
原声例句
科技 Crash Course Several methods have been developed to represent floating point numbers. 已经开发了几种方法来表示浮点数。 TED演讲(视频版)双语精选 They are giant, inscrutable matrices of floating point numbers that we nudge in the direction of better performance until they inexplicably start working. 它们是无法参透的大型浮点数矩阵,我们在朝着更好的性能试探着前进,直到它们莫名其妙地运行起来。 CS50 And I'm doing some floating point arithmetic, ultimately. 最后,我在做一些浮点运算。 科技 Crash Course Plus, rounding errors are inherent in floating point computations. 另外,舍入误差是浮点计算中固有的。 Introduction to Unity DOTS Essentially value types like bytes, ints, floating points, simpler data types. 本质上是值类型,如字节、整数、浮点、更简单的数据类型。 CS50 Similarly, a double is like a floating point value. 类似地,double类似于浮点值。 CS50 There's an infinite number of floating point real numbers in the world. 世界上有无数的浮点实数。 CS50 Or maybe floating point values, like 3.14159, or other such values. 或者是浮点值,比如3.14159,或者其他类似的值。 科技 Crash Course These are called " floating point" numbers, because the decimal point can float around in the middle of number. 这些被称为“浮点”数字,因为小数点可以在数字中间浮动。 CS50 Percent f is going to be for a floating point value. 百分比f是一个浮点值。 科技 Crash Course In a 32-bit floating point number, the first bit is used for the sign of the number -- positive or negative. 在 32 位浮点数中,第一位用于数字的符号——正数或负数。 Mosh带你学编程 So, you have learned that in Python programming language you have 2 types of numbers, integers which are whole numbers like 10, they don't have a decimal point, and floating point numbers or floats. 所以,你已经了解到在 Python 编程语言中你有 2 种类型的数字,整数是整数,如 10,它们没有小数点,以及浮点数或浮点数。 Mosh带你学编程 We need to divide the weight by 0.45. q So, weight divided by 0.45 and just to refresh your memory, this division operator returns a floating point number but if we use double slashes we'll get an integer. 我们需要将权重除以 0.45。 q 所以,权重除以 0.45 只是为了刷新你的记忆,这个除法运算符返回一个浮点数,但如果我们使用双斜线,我们将得到一个整数。
中文百科
浮点数在计算机科学中,浮点(英语:Float point,缩写为FP)是一种对于实数的近似值数值表现法,由一个有效数字(即尾数)加上幂数来表示,通常是乘以某个基数的整数次指数得到。以这种表示法表示的数值,称为浮点数(floating-point number)。利用浮点进行运算,称为浮点计算,这种运算通常伴随着因为无法精确表示而进行的近似或舍入。 这种表示方法类似于基数为10的科学记数法,在计算机上,通常使用2为基数的幂数来表式。一个浮点数a由两个数m和e来表示:a = m × b。在任意一个这样的系统中,我们选择一个基数b(记数系统的基)和精度p(即使用多少位来存储)。m(即尾数)是形如±d.ddd...ddd的p位数(每一位是一个介于0到b-1之间的整数,包括0和b-1)。如果m的第一位是非0整数,m称作正规化的。有一些描述使用一个单独的符号位(s 代表+或者-)来表示正负,这样m必须是正的。e是指数。 |
随便看 |
|
英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。