Numeric Tuple
(Redirected from numeric tuple)
Jump to navigation
Jump to search
A Numeric Tuple is a homogeneous tuple whose tuple members are solely of numbers (or undefined values).
- AKA: Numerical Tuple, Number Tuple.
- Example(s):
- [math]\displaystyle{ (1,2.7,\pi,e,-i,0) }[/math].
- a Vector, from an Euclidean space.
- …
- Counter-Example(s):
- an Ordinal Tuple.
- a Categorical Tuple.
- See: Heterogeneous Tuple.