This document describes a scientific calculator project created in C++. The project was created by students for a class assignment to learn object-oriented programming concepts in C++. The scientific calculator allows users to perform arithmetic operations, trigonometric functions, logarithmic functions, and power functions through a main menu interface. The project implements classes and functions to handle the different calculation types. Screenshots of the main menu and logarithm submenu are also included.