Overview Schemas Index

MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)


FUNCTION make_finite_space
          (members : SET [0:?] OF maths_value) : finite_space;

 RETURN ( finite_space ( members ) || maths_space ( ) || generic_expression ( ) || generic_literal ( ) || simple_generic_expression ( ) ) ; 

END_FUNCTION; -- make_finite_space

public class FMake_finite_space
          public static Value run(SdaiContext _context, Value members)