version 1.3
- modes(selected)
- print_(*args) *updated
- input_(text=None)
- process_key_simple(k) *added
- integral()
- solve_eq() *added
- matrix_ops() *added by gemini
- get_det(mat, n) *added by gemini
- get_inverse(mat, n) *added by gemini
- solve_system(A, B, n) *added by gemini
- calc_slope() *added by gemini
- graph_func() *added by gemini
- show(text,Mode) #must be combined with print_() function
- read_key()
- process_key(k)
- format_result(r) #must be combined with print_() function
added new functions to my calculator
fixed bugs:
- backspace in functions work didn't work
- backspace for math functions like math.sin() didn't delete the whole word
- better error handling
this release has so many bugs, i will try to solve them in the next release, also i need to combine some functions
