| Name | Description | Size | |||
|---|---|---|---|---|---|
|
Given three vertices of a triangle, this program will calculate the circumcenter, orthocenter, incenter, and centroid of the triangle - provided none of the sides are vertical.
|
7.34 KB |
|
|||
|
Calculates the distance between two points.
|
429 Bytes |
|
|||
|
|
267 Bytes |
|
|||
|
This evaluates the limit of a function at a given value (include positive and negative infinity).
There are still edge cases, such as square roots and logarithms, that are not always accurately dealt with.
|
7.22 KB |
|
|||
|
|
439 Bytes |
|
|||
|
Three different formulas (traditional, sine, heron’s) for calculating the area of a triangle.
|
873 Bytes |
|