Overview Schemas Index

MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)


FUNCTION expression_is_constant
          (expr : generic_expression) : BOOLEAN;

RETURN (bool(SIZEOF (free_variables_of (expr)) = 0));

END_FUNCTION; -- expression_is_constant

public class FExpression_is_constant
          public static Value run(SdaiContext _context, Value expr)