Subroutine Type |
Utility/General |
|
Definition |
Used for double precision to character conversion. It receives a double precision variable and returns the corresponding string. |
|
Use |
This function can be called by any user-defined subroutine. |
|
Calling Syntax |
Fortran CALL RSTRNG(REEL, STRING, LENGTH, ISTAT)
C c_rstrng(reel, string, length, istat)
Python istat = py_rstrng(reel, string, length)
MATLAB istat = m_rstrng(reel, string, length) |
|
Input Arguments |
REEL[double precision] |
A number to be converted. |
STRING [Character] |
A character string that represents the number. |
|
LENGTH [integer] |
A variable that returns the number of non-blank characters in the converted string. |
|
Output Values |
ISTAT [integer] |
A variable indicating the success or the reason for the failure of the call to RSTRNG. |
See Also: