FUNCTION make_elementary_function

(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
 
FUNCTION make_elementary_function(func_id : elementary_function_enumerators) : 
  elementary_function;
  RETURN (elementary_function(func_id)||maths_function()||generic_expression()
  ||generic_literal()||simple_generic_expression());
END_FUNCTION;

Referenced By

Defintion make_elementary_function is references by the following definitions:
DefinitionType
 convert_to_maths_function FUNCTION


[Top Level Definitions] [Exit]

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