Overview Schemas Index

MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)


FUNCTION make_abstracted_expression_function
          (operands : LIST [2:?] OF generic_expression) : abstracted_expression_function;

RETURN (abstracted_expression_function()
    || maths_function()
      || generic_expression()
    || quantifier_expression (remove_first (operands))  -- derived
      || multiple_arity_generic_expression (operands) );

END_FUNCTION; -- make_abstracted_expression_function

public class FMake_abstracted_expression_function
          public static Value run(SdaiContext _context, Value operands)