Complex Calculator Application icon

Complex Calculator 2.0

735.1 KB / 1+ Downloads / Rating 5.0 - 1 reviews


See previous versions

Complex Calculator, developed and published by Ryan Hodin, has released its latest version, 2.0, on 2016-07-25. This app falls under the Tools category on the Google Play Store and has achieved over 100 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

Complex Calculator APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.2+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.Ryan.Calculator

Updated: 9 years ago

Developer Name: Ryan Hodin

Category: Tools

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing Complex Calculator on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

Reviews

1 ★, on 2017-01-23
Damm very bad aap

Previous Versions

Complex Calculator 2.0
2016-07-25 / 735.1 KB / Android 2.2+

About this app

A small calculator application which implements a variety of operations over the space of complex numbers exposed in a very counter-intuitive fashion.

To use the application, input your number into the input field along the top of the screen, and then press the button for the operation which you want.
Complex numbers can be inputted by typing the real part, the sign (plus or minus), then the imaginary part, then an exclamation point or i (the calculator interprets an exclamation point as i). Do not press the i button last, as it fills the number field with "i".
The calculator doesn't currently include the ability to interpret expressions such as "1+2" correctly - only expressions with both real and imaginary parts, in that order, may have a plus or minus sign anywhere but in front.
For operations with two numbers (binary operations) such as addition (a+b), the application will store the value entered and the operation and display a "calculate" button in the top bar. Enter your desired value and then press calculate to perform the operation.

Support for languages besides English and right-to-left layouts is not currently included, but it is planned to release in the near future.

Development proceeds on GitHub: https://github.com/za419/Android-calculator.

While there is currently no pre-release testing build, you can sign up to receive open pre-releases at https://play.google.com/apps/testing/com.Ryan.Calculator.


This application is subject to the MIT License:

The MIT License (MIT)

Copyright (c) 2015 Ryan Hodin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

New features

New in version 2.0: The largest release in the history of this app. Enable the use of complex numbers in almost all operations. Users can enter complex numbers by typing them in as "a+bi". Interpret an exclamation point as i in case it is more convenient(such as on the number pad). Since "Prime?" does not support complex operands (it is not defined over the complex numbers), add a Gaussian Prime function. Finally, improve tablet and TV support, and use an optimizing build to reduce download size