Skip to content

Triangle solver for the TI-84 Plus CE

Notifications You must be signed in to change notification settings

SandiyosDev/TITrig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.3%
  • C++ 6.1%
  • CMake 1.1%
  • Makefile 0.5%