Overview Schemas Index

MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)


FUNCTION make_series_composed_function
          (functions : LIST [2:?] OF maths_function) : series_composed_function;

RETURN (series_composed_function()
    || maths_function()
      || generic_expression()
    || multiple_arity_generic_expression (functions) );

END_FUNCTION; -- make_series_composed_function

public class FMake_series_composed_function
          public static Value run(SdaiContext _context, Value functions)