pub fn is_math_expression_like(
    working_set: &mut StateWorkingSet<'_>,
    span: Span,
    expand_aliases_denylist: &[usize]
) -> bool