Member of the constants class.
c = inf
Represents the value of infinity. The IEEE standard for floating-point arithmetic defines infinity to be the result of operations that create values larger than that which can be represented. LabVIEW correctly parses mathematical expressions evaluating to infinity using the inf variable.
| Name | Description |
| c | Returns a representation of the value of infinity. c is a positive, floating-point number. |
A = exp(1000)
B = 1/0
C = atan(1/0)