1FUNCTION::FP_SQRT(3stap)Floating point processing TapsFUNCTION::FP_SQRT(3stap)
23
4
NAME
6function::fp_sqrt - Floating point square root
7
SYNOPSIS
9fp_sqrt:long(infp:long)
10
ARGUMENTS
12infp
13the 64 bit floating point input
14
DESCRIPTION
16apply sqrt to input floating point
17
SEE ALSO
19tapset::floatingpoint(3stap)
2021
22
23
SystemTap Tapset Reference May 2022 FUNCTION::FP_SQRT(3stap)