All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Objective Mathematics. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:16, 20 January 2024 Lfox talk contribs created page Function (Created page with "A '''function''' is a machine that takes in one thing and spits out another. [TODO gross definition] == Examples == The following lines of C++ code are a function string reverseString(const string &s) { string returnStr = ""; for (int i = s.size() - 1; i >= 0; --i) { returnStr.append(s[I]); } return returnStr; }") Tag: Visual edit