Overview Schemas Index

MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)


FUNCTION make_maths_real_variable
          (values_space : maths_space, name : label) : maths_real_variable;

RETURN (expression() || numeric_expression() || simple_numeric_expression() 
   ||  maths_real_variable() 
    || maths_variable (values_space, name)
      || generic_variable()
        || simple_generic_expression()
          || generic_expression()
    || real_numeric_variable()
      || numeric_variable()
        || variable() );

END_FUNCTION; -- make_maths_real_variable

public class FMake_maths_real_variable
          public static Value run(SdaiContext _context, Value values_space, Value name)