Skip to content

Latest commit

 

History

History

0x04-floating_point_imprecission

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Floating point imprecision:

  • The inability of the computers to fundamentally represent all possible real numbers 100% precisely at least by defualt.

  • Projects done during my study of Harvard University's cs50, an introduction to the intellectual enterprises of computer science and the art of programming.

Technologies

  • Files written in Visual Studio Code 1.73 editor.
  • C files compiled using gcc 9.4.0.
  • C files wriiten according to the betty coding style.
  • Files tested on Windows 10 using gcc.

Files

File Description
0-pennies_conversion.c A C program that converts dollars to pennies.