Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / calculator

Calculator

calculator

Great Reads

by Pete O'Hanlon
A simple web-based calculator shows how to let TypeScript interact with contents of a web page
by Xavier Junqué i de Fortuny
Generalized continued fractions are transformed into simple continued fractions (SCF) and basic operations (-, +, *, /) can be done.
by Xavier Junqué i de Fortuny
Basic operations (-, +, *, /) of two finite simple continued fractions
by Peter Occil
Describes details of how a calculator program is implemented with the help of my CBOR library

Latest Articles

by Pete O'Hanlon
A simple web-based calculator shows how to let TypeScript interact with contents of a web page
by Xavier Junqué i de Fortuny
Generalized continued fractions are transformed into simple continued fractions (SCF) and basic operations (-, +, *, /) can be done.
by Xavier Junqué i de Fortuny
Basic operations (-, +, *, /) of two finite simple continued fractions
by Peter Occil
Describes details of how a calculator program is implemented with the help of my CBOR library

All Articles

Sort by Score

calculator 

by Xavier Junqué i de Fortuny
Generalized continued fractions are transformed into simple continued fractions (SCF) and basic operations (-, +, *, /) can be done.
by Xavier Junqué i de Fortuny
Basic operations (-, +, *, /) of two finite simple continued fractions
by DerekT-P
Use .NET function to evaluate your custom formulae
by NewPast
Excel, Pure VBA Macro: Molecular Weight/Molecular Mass Calculator
by DrABELL
.NET/C# managed code implementation of 2 core algorithms of integer arithmetic: GCD and LCM (used in "3 Fraction Calculator", best on Google)