I recently remembered the definition of a distance function between two points as being defined as $d((x,y),(z,w))$
Is it possible to define functions that take two separate mathematical objects? Why do we not then do this for real functions of two variables, defining them individually over two real numbers instead of a tuple?
main(String arg1, String arg2)
versusmain(String[] args)
– JMoravitz Sep 15 '22 at 14:39