Overview Schemas Index

MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)


FUNCTION make_maths_enum_literal
          (lit_value : maths_enum_atom) : maths_enum_literal;

RETURN (maths_enum_literal (lit_value)
    || generic_literal()
      || simple_generic_expression()
        || generic_expression() );

END_FUNCTION; -- make_maths_enum_literal

public class FMake_maths_enum_literal
          public static Value run(SdaiContext _context, Value lit_value)