区间符号怎样读?如(a, b) [a, b](a,b] [a,b)等等
问题描述:
区间符号怎样读?如(a, b) [a, b](a,b] [a,b)等等
答
(a,b) 读a,b的开区间
[a,b]读a,b的闭区间
(a,b]读a,b的左开右闭区间
[a,b)读a,b的左闭右开区间