Skip to content

Mobile Development Introduction to Kotlin/Android Studio calculator application

Notifications You must be signed in to change notification settings

laurenncasey/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Calculator

Mobile Development Introduction to Kotlin/Android Studio calculator application. A Kotlin language based Statistics Calculator produced through Android Studios.


Invalid Input

Input Example Description
#√# 2√16 Must do multiplication of a square root separately.
#Xtr(%) √Xtr(%), 4Xtr(%) This button only works isolated, not in pair with other buttons.
#^#^# 2^3^2 Can not nest exponents.
√√# √√16 Can not nest square roots.
{√, #^} {√4, 2^5} Can not include exponents or square roots in dataset input.

Calculator Functions

Button Input Function
Stat Provides mean, max, min, median, trimmed mean, and summation of dataset values.
^ # Raises previous number to the power of proceeding number.
# Provides square root of proceeding number.
Xtr(%) # Given a percentage (#), calculates trimmed mean on dataset values to show in Stat
- # Allowed to use for negative number calculations.

About

Mobile Development Introduction to Kotlin/Android Studio calculator application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages