Name | Modified | Size | Downloads / Week |
---|---|---|---|
BigFloat20181223.rar | 2018-12-23 | 32.3 kB | |
ReadMe.txt | 2018-12-04 | 3.1 kB | |
Totals: 2 Items | 35.4 kB | 0 |
I hope users who downloaded the previous version of this project do not feel disappointed that I have replaced it with a more current and improved version. I am new to the site and I still do not know how to version the packages. Therefore, I will make the project available in compressed files called BigFloatYYYYMMDD, where YYYY is the year, MM the month and DD the release date of the version. Thankful for understanding. ======================================================================== DEVELOPER NOTES ======================================================================== This project consists of a Visual C++ 2015 class called BigFloat. This class allows the developer to perform arithmetic operations (addition, subtraction, multiplication, division, potentiation, radiance, logarithm, exponentiation, and trigonometric functions) using arbitrary precision numbers (giant numbers with a configurable number of decimal places). The project is not yet completed and its implementation is not yet definitive, as it may change during the development of the next modules, which I cite as an example of solving systems of linear equations and polynomial regression. The idea now is to complete it with as many tools as possible so the project becomes useful to a growing number of professionals, as well as curious and amateur. ======================================================================== CONSOLE APPLICATION : BigFloat Project Overview ======================================================================== AppWizard has created this BigFloat application for you. This file contains a summary of what you will find in each of the files that make up your BigFloat application. BigFloat.vcxproj This is the main project file for VC++ projects generated using an Application Wizard. It contains information about the version of Visual C++ that generated the file, and information about the platforms, configurations, and project features selected with the Application Wizard. BigFloat.vcxproj.filters This is the filters file for VC++ projects generated using an Application Wizard. It contains information about the association between the files in your project and the filters. This association is used in the IDE to show grouping of files with similar extensions under a specific node (for e.g. ".cpp" files are associated with the "Source Files" filter). BigFloat.cpp This is the main application source file. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named BigFloat.pch and a precompiled types file named StdAfx.obj. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" comments to indicate parts of the source code you should add to or customize. /////////////////////////////////////////////////////////////////////////////