prost
Structural
- Jan 2, 2002
- 583
I saw something in someone else's code--an exclamation point at the end of a variable name. I was unfamiliar with the usage, looked it up, read that the exclamation point is used to specify a variable as precision Single.
Usage: "dummy!" will make the variable "dummy" a Single precision variable.
Why would someone use the exclamation point? Why not just make all floating point (real) variables Double precision?
Usage: "dummy!" will make the variable "dummy" a Single precision variable.
Why would someone use the exclamation point? Why not just make all floating point (real) variables Double precision?