|
Post Scarcity
A prototype for a post scarcity programming environment
|
Go to the source code of this file.
Functions | |
| struct cons_pointer | make_real (long double value) |
| Allocate a real number cell representing this value and return a cons pointer to it. | |
| struct cons_pointer make_real | ( | long double | value | ) |
Allocate a real number cell representing this value and return a cons pointer to it.
| value | the value to wrap; |
Definition at line 21 of file real.c.
References allocate_cell(), DEBUG_ARITH, debug_dump_object(), cons_space_object::payload, pointer2cell, and REALTV.
Referenced by absolute(), add_2(), lisp_divide(), lisp_ratio_to_real(), multiply_2(), negative(), read_number(), and subtract_2().