Overview Schemas Index

MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)


FUNCTION make_finite_integer_interval
          (min : INTEGER, max : INTEGER) : finite_integer_interval;

 RETURN ( finite_integer_interval ( min , max ) || maths_space ( ) || generic_expression ( ) || generic_literal ( ) || simple_generic_expression ( ) ) ; 

END_FUNCTION; -- make_finite_integer_interval

public class FMake_finite_integer_interval
          public static Value run(SdaiContext _context, Value min, Value max)