Calculate the information of a triangle
- Request the base of the triangle
- Request the angle formed between the base and the hypotenuse
- Returns the following values:
- Hypotenuse
- Base
- Perpendicular Side
- Angle between the base and the hypotenuse
- Right Angle
- Angle between the perpendicular side and the hypotenuse
- Allows performing another calculation
Calculate the information of a triangle
- Request the value of side A of the triangle
- Request the value of side B of the triangle
- Request the angle formed between A and B
- Returns the following values:
- The value of sides A, B, and C
- The angles of A, B, and C
- The height of sides A, B, and C
- The area
- The perimeter
- The value of the Inscribed Radius
- The value of the Circumscribed Radius
- Allows performing another calculation
Calculate product, quotient, and remainder
- Request two numbers
- Ask if the user wants the product, quotient, remainder, or all between the two provided numbers
- Returns the following values:
- Product, quotient, remainder, or all depending on what the user requested
- Allows performing another calculation
An impossible-to-win Tic-Tac-Toe game against the machine
- Number of the position where you want to play
- Returns the following values:
- The current board matrix
- The possible positions
- Requests the next position