Is Your Function Continuous? Squaring Away the New Function Properties in the Wolfram Language
The Wolfram Language has several hundred built-in functions, ranging from sine to Heun. As a user, you can extend this collection in infinitely many ways by applying arithmetic operations and function composition. This could lead you to defining expressions of bewildering complexity, such as the following:
✕
f = SinhIntegral[
LogisticSigmoid[
ScorerHi[Tanh[AiryAi[HermiteH[-(1/2), x] - x + 1]]]]];
|