FUNCTION make_elementary_function

(* SCHEMA engineering_properties_schema; *)

   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:18:51-04:00