4
« en: Martes 28 de Agosto de 2007, 07:54 »
Esta es la ayuda para la constante infinita:
Represents positive infinity.
"Unit
Math
Category
Arithmetic routines
Description
Use Infinity to assign a value of positive Infinity to a floating-point variable. Do not use Infinity in comparisons. To check whether a variable or expression represents infinity, use the IsInfinite function instead."
pero cuando trato de compilar el programa me presenta el el mensaje de funcion no definida aunque tengo incluido #include <Math.h>
Gracias