Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: faddChapter 8
Standard Modules
Next: Reference: fdiv
 

fcmp

$f->fcmp(nstr).

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


Previous: Reference: faddPerl in a NutshellNext: Reference: fdiv
Reference: faddBook IndexReference: fdiv