(x,t,y) == exponential include the case of x=0?

whether (0,t,0) in the exp_cone defined in CVX?

t must be > 0, so for (0,t,0) to be in the exponential cone would require
t * exp(0/t) <= 0
which is not the case.

Understand. Thank you so much.