2017-03-03 9 views

답변

2

사용 alldoc

v = [-inf, -inf, -inf, -inf] 
all(v==-inf) 

1 

v = [-inf, -inf, 1] 
all(v==-inf) 
0