(* SCHEMA mathematical_functions_schema; *)
FUNCTION make_repackaging_function(operand : maths_function;
input_repack : repackage_options;
output_repack : repackage_options;
selected_output : nonnegative_integer)
: repackaging_function;
RETURN (repackaging_function (input_repack, output_repack, selected_output)
|| maths_function()
|| generic_expression()
|| unary_generic_expression (operand) );
END_FUNCTION; -- make_repackaging_function
[Top Level Definitions] [Exit]
Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:59-04:00