powered by
Produce the TeX code of positivity of randomaized values.
pos(x)
The function returns one of the symbols "<0", ">0", or "=0".
a numeric number.
signF
x <- sample(c((-10):10),1) pos(x)
Run the code above in your browser using DataLab