Convert number (real and integer) to bit-string (number to bit-string type casting).
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed arrows point from an interface to procedures which implement that interface. This could include the module procedures in a generic interface or the implementation in a submodule of an interface in a parent module.
Convert real to string of bits.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=R8P), | intent(in) | :: | n | Real to be converted. |
Returned bit-string containing input number.
Convert real to string of bits.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=R4P), | intent(in) | :: | n | Real to be converted. |
Returned bit-string containing input number.
Convert integer to string of bits.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I8P), | intent(in) | :: | n | Real to be converted. |
Returned bit-string containing input number.
Convert integer to string of bits.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4P), | intent(in) | :: | n | Real to be converted. |
Returned bit-string containing input number.
Convert integer to string of bits.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I2P), | intent(in) | :: | n | Real to be converted. |
Returned bit-string containing input number.
Convert integer to string of bits.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I1P), | intent(in) | :: | n | Real to be converted. |
Returned bit-string containing input number.