MONC
|
Determines whether a data item can be represented as a real or not. More...
Private Member Functions | |
logical function | string_is_real (string) |
Determines whether a string is a real or not. More... | |
Determines whether a data item can be represented as a real or not.
Currently works only for strings, integers always can be and logicals go to one or zero
data | The data to test |
Definition at line 91 of file conversions.F90.
|
private |
Determines whether a string is a real or not.
string | The string to test |
Definition at line 150 of file conversions.F90.