ISMATH() Determines if a math coprocessor is installed ------------------------------------------------------------------------------ Syntax ISMATH() --> lCoprocessor Returns ISMATH() returns .T. value when a math coprocessor is installed in the system. Description ISMATH() determines if a math coprocessor is available to your Clipper application. Example Determine if a math coprocessor is available to the application: IF ISMATH() ? "Coprocessor available." ENDIF
See Also: CPUTYPE()