Next: cpg-ref-SP_is_integer, Previous: cpg-ref-SP_is_compound, Up: cpg-bif
SP_is_float()
#include <sicstus/sicstus.h> int SP_is_float(SP_term_ref term);
Determines whether the value of term is a Prolog float.
term
1 if it is a float and 0 otherwise.
Testing Prolog Terms.