Tuple-Input Function
A
Tuple-Input Function
is a
Function
whose
Function Domain
is restricted to
Tuple
s.
AKA:
Tuple Function
.
Context:
It can be a
Vector-Input Function
.
It can be:
a
Vector-Valued Tuple Function
.
Example(s):
f
(1.1,Yellow,3.9) => (
π
,2.3), A
Vector-Valued Tuple Function
.
Counter-Example(s):
A
Number-Input Function
.
A
Set-Input Function
.
A
Vector-Valued Real-Input Function
, such as
f
(1.5) => (3.1,2.3).
See:
Tuple-Output Function
,
Tuple Relation
,
Tuple Operation
.
References
...