fcmp
$f->fcmp(nstr).
- Compares $f to nstr. Returns
-1, , or depending on whether $f is less than, equal to, or greater than nstr, orundefif nstr is not a number.
$f->fcmp(nstr).
-1, , or depending on whether $f is less than, equal to, or greater than nstr, or undef if nstr is not a number.