Overview Schemas Index

MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)


FUNCTION make_expression_denoted_function
          (expression : generic_expression) : expression_denoted_function;

RETURN (expression_denoted_function()
    || maths_function()
      || generic_expression()
    || unary_generic_expression (expression) );

END_FUNCTION; -- make_expression_denoted_function

public class FMake_expression_denoted_function
          public static Value run(SdaiContext _context, Value expression)