-
Notifications
You must be signed in to change notification settings - Fork 1
Xcalc: Public Functions
Domain of expr
Stores result in global variable def_val
Stores full result in global variable def_val_raw
Domain analysis of expr and derivative of expr
Displays info if print is true
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)