El INFINITY macro expande la expresión constante de tipo float que se evalúa como infinito positivo o no firmado, si es compatible con la aplicación, o en un valor positivo que está garantizado para desbordar un float en tiempo de compilación.
The macro INFINITY expands to constant expression of type float which evaluates to positive or unsigned infinity, if supported by implementation, or to a positive value that is guaranteed to overflow a float at compile time.
El INFINITY macro expande la expresión constante de tipo float que se evalúa como infinito positivo o no firmado, si es compatible con la aplicación, o en un valor positivo que está garantizado para desbordar un float en tiempo de compilación.
If the implementation does not support floating-point infinities, the macro INFINITY expands to a positive value that is guaranteed to overflow a float at compile time, and the use of this macro generates a compiler warning.
Dada la divergencia de posturas, el Consejo no ha podido llegar a una propuesta en común, lo que deja la decisión sobre la distribución y su cuantía a lo que propongan los accionistas componentes del free float en la Junta General Anual.
Due to the diverging positions, the Board could not come to a common proposal, which leaves the decision on the cash distribution and its amount to the proposal by shareholders from the free float at the Annual General Meeting.
Casi obtenemos los esperado en nuestros ejemplos, excepto que estamos obteniendo un float en lugar de un int.
We almost have what we expected in our examples, except we're getting back a float instead of an int.
Cambie la propiedad float en los siguientes selectores
Change the float property in the following selectors
Se puede tomar más de un centenar de dígitos decimales para representar el valor exacto de una float en notación decimal.
It may take over a hundred decimal digits to represent the precise value of a float in decimal notation.
Estas funciones matemáticas solo manipulan valores dentro del rango de los tipos integer y float en su equipo (en la actualidad, estos tipos corresponden con los tipos long y double de C).
These math functions will only handle values within the range of the integer and float types on your computer (this corresponds currently to the C types long resp. double).
La compañía dispondrá de un free float en bolsa de cerca del 40 por ciento, que permite un elevado volumen de negociación y otorga una alta capacidad de recorrido a la acción.
The company will have a free float on the stock market of around 40 percent, which allows for a high volume of trading and provides a high capacity for the share to travel.
772511: no se puede cambiar el valor de una variable de tipo float en una aplicación de C++ nativa en el depurador.
772511: You cannot change the value of a float variable in a native C++ application in debugger.
Bien: ¿Por qué usar float en lugar de int me da diferentes resultados cuando todas mis entradas son enteros?
Good: Why does using float instead of int give me different results when all of my inputs are integers?
Si se usa y se establece a TRUE, microtime() devolverá un float en vez de un string, como está descrito en la sección de valores de retorno de abajo.
If used and set to TRUE, microtime() will return a float instead of a string, as described in the return values section below.
Recordad que si hacéis la tabla a mano, tenéis que usar el atributo float en CSS.
Please remember if you are coding tables by hand to use the float attribute of CSS.
Cálculos - los cálculos se efectúan ahora en modalidad float en lugar que double: esto permite una optimización del uso de la memoria ahorrando espacio
Calculations - calculations are now made in float instead of double mode: this allows better memory use saving space Printouts