powered by
Ask for a symbol's property
ask(x, property)
symbol
property, e.g. 'positive'
if (has_sympy()) { x <- symbol("x", positive = TRUE) ask(x, "positive") }
Run the code above in your browser using DataLab