table of contents
other versions
- buster-backports 4.4-1~bpo10+1
- testing 4.4-2
- unstable 4.4-2
- experimental 4.5-1
FUNCTION::FP_TO_STRI(3stap) | Floating point processing Taps | FUNCTION::FP_TO_STRI(3stap) |
NAME¶
function::fp_to_string - Convert 64 bit floating point to stringSYNOPSIS¶
fp_to_string:string(infp:long,precision:long)
ARGUMENTS¶
infpthe 64 bit floating point stored in long
precision
number of digits after decimal point
DESCRIPTION¶
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.SEE ALSO0¶
tapset::floatingpoint(3stap)November 2020 | SystemTap Tapset Reference |