Hello,
Probabely a simple question for the English speaking mathematicians here. Suppose you have a function:
How do you call a function like this (i.e. a function that cannot be defined using a single expression, but is defined over different sections)? Is it just called piecewise, or is there a specific term for it?
Thanks!
Jörg
Probabely a simple question for the English speaking mathematicians here. Suppose you have a function:
Code:
f: A -> B x -> x^2 for x in [0,1] x -> x^3 for x in ]1,2]
Thanks!
Jörg
Comment