-
Notifications
You must be signed in to change notification settings - Fork 1
Xcalc: Public Functions
-
Description: Domain of expr
-
Type:
Program -
Output: Stores result in global variable def_val, and full result in global variable def_val_raw
-
Description: 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
-
Description: Same as def(expr) but prints out def_val and def_val_raw
-
Type:
Program
-
Description: Domain of expr with variable var
-
Type:
Function -
Output: Returns list of values where expr is undefined
-
Description: Range of function
-
Type:
Function
-
Description: Analysis of function
-
Type:
Program -
Output: Displays the following:
- Domain
- Min and max
- Intercepts (x and y)
- Parity
- Asymptotes (horizontal and vertical)
-
Description: Inverse function of function
-
Type:
Function
-
Description: Rational function analysis (where P is num and Q is den)
-
Type:
Program -
Output: Displays the following:
- Domain
- Factors of num and den
- Holes
- Intercepts (x and y)
- Asymptotes (horizontal, vertical, slant)
-
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)
-
Description: Parity of function with name function
-
Type:
Function -
Output: Returns even/odd/neither
-
Description: Antiderivative of function with respect to variable
-
Type:
Function
-
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)