(* SCHEMA mathematical_functions_schema; *)
FUNCTION make_selector_function(selector : input_selector;
src_of_domn : maths_space_or_function)
: selector_function;
RETURN (selector_function (selector, src_of_domn)
|| maths_function()
|| generic_expression()
|| generic_literal()
|| simple_generic_expression() );
END_FUNCTION; -- make_selector_function
[Top Level Definitions] [Exit]
Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:59-04:00