Convert number (real and integer) to bit-string (number to bit-string type casting).
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.