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:
DefinitionType
 assoc_product_space FUNCTION
 derive_definite_integral_domain FUNCTION
 derive_elementary_function_domain FUNCTION
 derive_function_domain FUNCTION
 derive_function_range FUNCTION
 drop_numeric_constraints FUNCTION
 simplify_maths_space FUNCTION


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:59-04:00