-
Notifications
You must be signed in to change notification settings - Fork 1
Xcalc: Public Functions
Read Stanton edited this page Dec 19, 2020
·
24 revisions
-
Definition: Domain of expr
-
Type:
Program -
Output: Stores result in global variable def_val, and full result in global variable def_val_raw
-
Definition: Domain analysis of expr and derivative of expr. Displays info if print is
true -
Type:
Program -
Output: Stores whether the domains are equal in global variable def_match
- Same as def(expr) but prints out def_val and def_val_raw
- Range of function
- Analysis of function
- Inverse function of function
-
Rational function analysis
-
(where P is num and Q is den)
-
Critical points of function
-
Displays f'(x) and roots of f'(x)
-
Displays 2 domains of f(x) and f'(x)
-
Inflection points of function
-
Displays f''(x) and roots of f''(x)
-
Displays domain of f''(x)
-
Parity of function (even/odd/neither)
-
Stores result in variable with name out_value
- Antiderivative of function with respect to variable
-
Synthetic division of poly by div
-
Returns a list of the coefficients with the last element
-
the remainder
- Returns Bernoulli number (
+) m (for m>0)
- Returns Bernoulli number (
-) m (for m>0)