sds_retreal

int sds_retreal (double real);


Return this real number to LISP.


This function returns a real value to LISP.

The argument real is the real value to be returned to LISP. It must be a double-precision real number.

This function returns just RTNORM.

Example

sds_retreal(12.3456789);

Tell me about...

Programming Overview of SDS™ (Solutions Development System™)