Overview Schemas Index

MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)


FUNCTION make_definite_integral_expression
          (operands : LIST [2:4] OF generic_expression, loinf : BOOLEAN, upinf : BOOLEAN) : definite_integral_expression;

RETURN (definite_integral_expression (loinf, upinf)
    || quantifier_expression ([operands[2]])
      || multiple_arity_generic_expression (operands)
        || generic_expression() );

END_FUNCTION; -- make_definite_integral_expression

public class FMake_definite_integral_expression
          public static Value run(SdaiContext _context, Value operands, Value loinf, Value upinf)