Skip to content

claudio-py/CalculiX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CalculiX

Description

CalculiX is a multi-platform calculator, available for macOS, Windows, Linux, Web, and Android. It is extremely efficient, lightweight, and runs natively in any environment, showcasing the full power of C. The CalculiX calculator receives input data from the user as a string through a graphical interface. To return the result, the string passes through a chain of functions that, when analyzed individually, are simple, but together form a true production line that is, in a way, complex. Each character in the analyzed string is passed through a conditional structure so that the program can identify the character and convert the entire string into a valid mathematical operation in C using the <math.h> library. The result is then obtained, converted back into a string, and returned to the graphical interface.

Features

  • Basic math operations
  • converts farenheit to celcius

Controls

  • Just hit the buttons

Screenshots

Links

License

This project sources are licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check LICENSE for further details.

$(Additional Licenses)

Copyright (c) 2025 claudio ($(User Twitter/GitHub Name))

About

a calculator written in C

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors