Here are some tools I have made. All locally running code! If you find any bugs or problems, let me know through my email on About.
Input | Result |
---|
Memory saves automatically into your local storage. Clear will delete all data. No information will be saved if you do not use the memory function.
You can use this to solve basic operations. You can use any numbers, along with operators (+, -, *, /, and ^) and brackets. Will follow order of operations.
Input datapoints and this calculator will produce a linear line of best fit. Enter data in the format x1, y1, x2, y2 etc.
Enter values in a comma-separated format and the calculator will find the mean.
Enter values in a comma-separated format and the calculator will find the median.
Enter an expression and the calculator will find its first derivation. Brackets are not currently working. Basically, this is a fairly simple derivative finder so don't expect too much from it.
This feature is experimental!