logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::fp_to_string - Convert 64 bit floating point to string

Arguments

infp
           the 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.

Name

       function::fp_to_string - Convert 64 bit floating point to string

See Also

tapset::floatingpoint(3stap)

SystemTap Tapset Reference                         April 2024                        FUNCTION::FP_TO_STRI(3stap)

Synopsis

           fp_to_string:string(infp:long,precision:long)

See Also