Skip to content

DiLescure/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator without eval()

by Diana Lescure

Description

This calculator uses the library Big.js to deal with decimal math.

It can do basic math functions with decimal numbers.

Screenshot

calculator without eval() screenshot

Running tests

I used Jasmine (standalone) to create unit specs for the actual math functions (Addition, Subtraction, Multiplication, and Division).

In order to run Jasmine, simply open the file SpecRunner.html on the browser.

Device support for UI

The UI supports the following devices:

  • Desktop
  • Tablets
  • Smartphones

To see the media queries handling each case, please open the Calculator in the respective device.

About

Javascript Calculator without eval()

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published