function::fp_to_string
Convert 64 bit floating point to string
- Provided by: systemtap-doc (Version: 5.0-2ubuntu1)
- Source: systemtap
- Report a bug
Convert 64 bit floating point to string
fp_to_string:string(infp:long,precision:long)
infp
precision
Given a 64 bit floating point, which is stored in long, use the long value to initiate self-defined float64_t type, then apply the f64_to_i64 function to get the string representation.