Decimation / TITrig

Triangle solver for the TI-84 Plus CE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TITrig

Triangle solver for the TI-84 Plus CE

Note: this code is extremely inefficient and a rewrite is warranted. You should also be careful when inputting data as illegal characters may cause an access violation.

Features

TITrig can solve for any type of triangle, right or non-right.

Square roots

45-45-90

Non-right triangles

  • Displays any extraneous angles
  • Automatically detects the type of triangle (i.e. SSS, SAS, etc.) and displays it
  • Automatically solves for the third angle when possible
  • Automatically calculates the area and perimeter
  • Automatically solves for the triangle when possible

Right triangles

  • Automatically solves for the missing side (pythagorean theorem)
  • Automatically solves for the third angle when possible
  • Automatically solves for 45-45-90 and 30-60-90 triangles
  • Displays all trigonometric ratios (sin, cos, tan, cot, csc, sec)
  • Can display the trigonometric ratios in either plain fractions (decimals) or as simplified radicals
  • Displays the simplified radical form of a decimal when a decimal is selected
  • Features adjustable rounding (0-9 digits) which can be turned off
  • Supports inputting inline square roots

Example

AAS non-right triangle:

AAS

Actual

Notice

I am not responsible if you use this to cheat and get caught. I am also not responsible if your calculator resets because you caused a segmentation fault or any form of an access violation.

About

Triangle solver for the TI-84 Plus CE


Languages

Language:C 92.3%Language:C++ 6.1%Language:CMake 1.1%Language:Makefile 0.5%