FUNCTION make_finite_real_interval

(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
 
FUNCTION make_finite_real_interval(min : REAL; minclo : open_closed; max : REAL
  ; maxclo : open_closed) : finite_real_interval;
  RETURN (finite_real_interval(min, minclo, max, maxclo)||maths_space()||
  generic_expression()||generic_literal()||simple_generic_expression());
END_FUNCTION;

Referenced By

Defintion make_finite_real_interval is references by the following definitions:
DefinitionType
 compatible_complex_number_regions FUNCTION
 derive_function_domain FUNCTION
 enclose_cregion_in_pregion FUNCTION
 enclose_pregion_in_cregion FUNCTION
 enclose_pregion_in_pregion FUNCTION
 subspace_of FUNCTION


[Top Level Definitions] [Exit]

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