cpp_weekly
cpp_weekly copied to clipboard
Mathematical syntax of functions
Channel
Weekly
Topics
Imagine so I like to inverted a problem of writing a functions so U f(V var) this mean. Set A —————> B : y=f(x) . In calculus as in math/C++ ; U z = f(x*x)*f(f(x)) op …;any type of operation. Problem: Construction the Meaning of symbol :
- ‘ f(x) already done by C;
- ‘ f(x)(y) in OOP;
- ‘ f(x)i[3];
- ‘ f(x)
(?)(?); - ‘ R(x,y,f) = x order y && f(x) order f(y);// this just get from old problem that i still work in it in mathematic monotonie function. No need to expand.
Length
Should this be bite-sized (5-10 minutes) or more long form (10-20 minutes)?
These only exemple; i m still looking for generating function that can get or make these function/functor-form from another group or set of functions(widely defer in types) ;
I make one some your merge_lambda; with function and one to transform any function to lambda and lambda to functor; and functor to function,