OpenCMISS-Iron Internal API Documentation
|
Converts a string representation of a number to a single precision number. More...
Private Member Functions | |
real(sp) function | string_to_single_c (STRING, ERR, ERROR) |
Converts a character string representation of a number to a single precision number. More... | |
real(sp) function | string_to_single_vs (STRING, ERR, ERROR) |
Converts a varying string representation of a number to a single precision number. More... | |
Converts a string representation of a number to a single precision number.
Definition at line 225 of file strings.f90.
|
private |
Converts a character string representation of a number to a single precision number.
[in] | string | The string to convert |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1666 of file strings.f90.
|
private |
Converts a varying string representation of a number to a single precision number.
[in] | string | The string to convert |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1692 of file strings.f90.