FUNCTION make_elementary_function
(* SCHEMA mathematical_functions_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; -- make_elementary_function
Referenced By
Defintion make_elementary_function 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