Overloading of the intrinsic bit_size function for computing the number of bits of (also) real and character variables.
Compute the number of bits of a real variable.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=R8P), | intent(in) | :: | i |
Real variable whose number of bits must be computed. |
Number of bits of r.
Compute the number of bits of a real variable.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=R4P), | intent(in) | :: | i |
Real variable whose number of bits must be computed. |
Number of bits of r.
Compute the number of bits of a character variable.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | i |
Character variable whose number of bits must be computed. |
Number of bits of c.