Overview
Schemas
Index
MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)
FUNCTION
one_tuples_of
(spc :
maths_space
) :
tuple_space
;
RETURN ( make_uniform_product_space ( spc , 1 ) ) ;
END_FUNCTION; -- one_tuples_of
public class FOne_tuples_of
public static Value run(SdaiContext _context, Value spc)