RSTRNG

Utility/GeneralUsed 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.

Format

Fortran Calling Syntax
CALL RSTRNG(REEL, STRING, LENGTH, ISTAT)
C/C++ Calling Syntax
c_rstrng(reel, string, length, istat)
Python Calling Syntax
[string, istat] = py_rstrng(real)
MATLAB Calling Syntax
[string, istat] = m_rstrng(real)

Attributes

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

ISTAT
[integer]
A variable indicating the success or the reason for the failure of the call to RSTRNG.