This module contains all miscellaneous functions that cannot otherwise fit under one roof/category with other related functions.
slope(y2, y1, x2, x1);
- Parameters:
y2
- The y2 value of the slope formulay1
- The y1 value of the slope formulax2
- The x2 value of the slope formulax1
- The x1 value of the slope formula
dist_on_plane(y2, y1, x2, x1);
- Parameters:
y2
- The y2 value of the distance formulay1
- The y1 value of the distance formulax2
- The x2 value of the distance formulax1
- The x1 value of the distance formula
mid_on_plane(y2, y1, x2, x1);
- Parameters:
y2
- The y2 value of the midpoint formulay1
- The y1 value of the midpoint formulax2
- The x2 value of the midpoint formulax1
- The x1 value of the midpoint formula
py_thm(a, b, c);
- Parameters:
a
- The a value of the Pythagorean Theorumb
- The b value of the Pythagorean Theorumc
- The c value of the Pythagorean Theorum
p_of_rect(l, w);
This function defaults to the first formula specified.
- Parameters:
l
- The length value of a rectanglew
- The width value of a rectangle
quad_formula(a, b, c);
- Parameters:
a
- The a value of the Quadratic Formulab
- The b value of the Quadratic Formulac
- The c value of the Quadratic Formula
circum_of_circle(d);
- Parameters:
d
- The diameter of a circle