FUNCTION make_listed_product_space
(* SCHEMA mathematical_functions_schema; *)
FUNCTION make_listed_product_space(factors : LIST OF maths_space)
: listed_product_space;
RETURN (listed_product_space (factors)
|| maths_space()
|| generic_expression()
|| generic_literal()
|| simple_generic_expression() );
END_FUNCTION; -- make_listed_product_space
Referenced By
Defintion make_listed_product_space is references by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:59-04:00