Skip to content

CCCSBuffet/pk_precision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Float and Double are approximations

This program demonstrates the float and double are approximations of the real numbers.

This is accomplished by enumerating the reciprocals of the integers from 1 through 99 and multiplying said integer. The result should always be 1.0. Anytime the product does not test as equal to 1.0, its true value is printed out.

About

Demo program that shows float and double are approximations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages