FUNCTION make_finite_real_interval

(* SCHEMA mathematical_functions_schema; *)
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;  -- make_finite_real_interval

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:13:59-04:00