Multifunction Calculator – iOS App Source Code

Overview

Overview

Includes 7 different modes of operation:

  • Main View: memory, power, square root, logarithmic, factorial and other functions like floor(),  ceil() and random(). Includes more than 30 trigonometric functions. Simply type your formula and click “=” to evaluate it. Touch the “scient” button to perform advanced calculations.
  • Programmer View: make conversions from/to DEC,BIN,HEX,OCT systems and many more masking operations.
  • Statistics View: calculate median, stddev, etc, as well as create random numbers.
  • IP Subnet View: calculate subnets from a giving IP address.
  • Plotter View: type your function and it automatically gets plotted.
  • Converter View: convert values between units, such as length, area, volume, mass, time and many more
    Matrix View: Perform matrix calculations such as detA, invA, AxB, etc.

 

Features

  • Math Parser using DDMathParser
  • Graph plotter using CorePlot
  • Slide-out sidebar menu template
  • In-App purchases
  • Requires XCode5 and iOS7 framework

Related