Top 37 Apps Similar to mem

Simple Calculator+ 1.7.3
Simple calculator. No Advertisements
Cami Calculator Pro 1.7.9
Cami & Jun
[No advert in pro. version.]Cami Calculator performs the same function as theCasioCalculator.Cami Calculator is easy to use, because size of button isdesignedlarger.Support the buttons on a variety of themes, so depending onpersonaltaste or mood, try changing the theme of a button.In pro. version, TAX buttons are added.Please use it habitually.
CITIZEN Calculator Pro 2.1.2
Familiar and easy to use calculator app for Android
Calculator Pro 1.4.42
ATNSOFT
Multi-screen calculator with voice input for everyday use!
Calculator 1.4.46
ATNSOFT
Multi-screen calculator with voice input for everyday use!
Shake Calc - Calculator 2.5
Ralf Schroth
A scientific calculator with the special twist...
Scientific Calculator Pro 6.9.1
Quick and easy scientific calculator with graphs - PRO version
CASIO Style Multi Calculator 5.1.2
The design and functionality is exactly the same asCasiocalculators.
Calculator ++ 2.2.7
Free scientific calculator with sleek interface andpowerfulcapabilities
FX-602P scientific calculator
Martin Krischik
FX-602P Simulator is a very precisesimulationof the classic FX-602P programmable calculator and andall it'saccessories. This simulation is not a toy but but a fullfeaturessimulations of almost functionality of the originalcalculator andit can be used as a full featured and fullyprogrammable scientificcalculator.Used as a calculator the FX-602P simulator will exceed mostothercalculator available. The FX-602P simulator supportsallarithmetic, trigonometric, logarithmic, hyperbolic,statisticalfunctions and all alphanumeric display options of theoriginalcalculator.And last not least the FX-602P simulator is fully programmable.Youcan write up to 10 programs, using 110 registers.With the build in FA-2 cassette interface simulation you cansaveand load programs and data to your thump drive for later use.Orprintout results with the FP-10 thermal printer simulation andthencopy / paste them to other applications.Do visit our FX-602P website or blog where you can downloadtheoriginal Manual of the Calculator. Remember thattheMarket-Comments have no answer function and I can't help you ifyoupost there.SUPPORTED ANDROID FUNCTIONS:• Calculation results can be copies to the clipboard.• Can be installed on the SD-Card.• Participates in Androids build in backup and restore.• Honeycomb Tablet compatible.• Extra Printer for Honeycomb Tablets (visit our web-page forscreenshot).BASIC FEATURES:• Specification:Arithmetic operations (addition,subtraction,multiplication and division, raising to power and root– alljudging the priority of operations) negative umbers, exponent,33parentheses at 11 levels and constant operations.• Scientific Functions: Trigonometric and inversetrigonometricfunctions (with angle in degrees, radians orgradients), hyperbolicand inverse hyperbolic functions, logarithmicand exponentialfunctions. inverse. Factorial, square root, square,decimal ⇔ Hour,Minute, Second conversion, coordinatetransformation, absolutevalue, removing integer part, removingfaction part, percentage,random numbers, π.• Statistical functions Standard deviation (2 kinds), mean,sum,square sum, number of data.• Memory: 5 key independent memory 11 ~ 110register(non-volatile).• Range of number: ± 1 × 10⁻⁹⁹ to ± 9.999999999 × 10⁹⁹ and0,internal operations use 18 digits mantissa.• Decimal Point Full decimal floating point arithmeticwithunderflow (possible display of engineering decimals).PROGRAMMING FEATURES:• Number of Steps: 999 steps (non-volatile)• Jumps: Unconditional jump (GOTO), up to 10 pairs, conditionjump(x=0, x≥0, x=F, x≥F), count jump (ISZ, DSZ), subroutine (GSP)up to9 subroutines, up to 9 depths.• Number of programs storable: Up to 10 (P0 to P9)• Checking and Editing Functions Check, debug, deletionaddition,etc.• Indirect addressing for M-register, destination of jump,callingsubroutines.• Miscellaneous functions: Manual Jump (GOTO), temporarysuspensionof execution (PAUSE), command code and step numberdisplayed duringcheck, Simulated FA-2 adaptor for Record and FileI/O (please notethat the later needs Java securityauthorisation).DEVICE COMPATIBILITY:The application in written in device independent and should runonmost Android devices. There is also a desktop version availableonrequest (please include your purchasing informations).PERMISSIONS:• WRITE_EXTERNAL_STORAGE: Used to save and load programm state.Onlythe directory set in the preferences is accessed.
Scalar Pro — Most Advanced Scientific Calculator 1.1.22
Scalar Math
📗📙📘 Click and see the user guide in PDF 🥇 Extremely Flexible&Very Advanced Scientific Calculator with User ArgumentsDefinition,User Functions Definition, Functions Graphs, ScriptsProgrammingand many other features. Scalar is much more than acalculator.Scalar is a powerful math engine and math scriptinglanguage, thatcombines the simplicity of standard calculators withtheflexibility of scripting. Thanks to Scalar, defining argumentsandfunctions, as well as using them in subsequentcalculations,expressions and functions graphs, has never beeneasier. You willsee it shortly after getting familiar withavailable screens andoptions. 🎯 Main features: 🔹 Standard &Advanced ScientificCalculator 🔹 Extremely convenient calculatorkeyboard 🔹 Re-usage ofprevious calculations, just reference aconstant that was createdfor your convenience 🔹 User definedarguments, as simple as x = 2 🔹User defined functions, as simple asf(x) = x^2, f(x,y,…)=2*x+y 🔹User defined random variables, assimple as rand X = rNor(0,1)+1 🔹Beautiful function graphs, setvariables, range, expression,interact with the chart! 🔹 Scriptswriting, personalize andautomate you work! 🔹 Rich set of examplesbuilt-in in the app! 🔹Work saving and results sharing 👌 Thedefinition of user elementshas never been easier! Using Scalar youcan easily create userelements, below are examples of the naturalmathematical syntax: ▶scalar > x = 2 ▶ scalar > y = 2 * x ▶scalar > y ➥ e1 =4.0 ▶ scalar > x = 3 ▶ scalar > y ➥ e2 =6.0 👌 There is noneed to save the results! In Scalar, each resultis assigned to anautomatically created constant, see example: ▶scalar > 2 + 3 ➥e1 = 5.0 ▶ scalar > 4 + 6 ➥ e2 = 10.0 ▶scalar > e1 + e2 ✪ ➥e3 = 15.0 👌 User functions give hugepossibilities ofpersonalization! Defining user functions is just assimple aswriting a formula ▶ scalar > f (x, y) = sqrt (x ^ 2 + y^ 2) ▶scalar > f (3,4) ➥ e1 = 5.0 👩‍🏫 Scalar was created byamathematician, therefore it has built-in summation andproductoperators! Scalar also supports summation and productoperators,for example the number of prime numbers in the range of 2to 1000 ▶scalar > sum ( i, 2, 10000, ispr (i) ) ➥ e1 = 1229.0 ⚡️This isonly a tiny part of available options! It is only apresentation ofa small part of the available mathematicalfunctions. Allimplemented math elements exceeds several hundred.👩🏻‍💻 At Scalar,you can write scripts! 🔹 The ability to writescripts is a uniquefeature among scientific calculators. 🔹 We allknow how scriptssignificantly accelerate work. 🔹 Scalar provides anice scripteditor with syntax highlighting & syntax hints. 🔹Scripts canbe saved and/or shared (pro version). 🔹 Start-up scriptis alsosupported (pro version). 📈 At Scalar you can createbeautifulfunction graphs! 🔹 Visualization is important - no doubts!🔹 Scalarprovides the ability to create highly personalized functioncharts.🔹 Functions graphs are fully interactive: values reading,scaling,zooming. 🔹 Function charts can be saved or shared (proversion). 📳ScalarMath.org More details on: ScalarMath.org 👌 Enjoyusing ScalarScientific Calculator!
Stylish calculator 1.37
The most interesting and stylish calculator - simple and convenient
Electronics Calculator 4.2.0
AppDevGenie
The utility application for the hobbyist or professional
CITIZEN CALCULATOR - No Ads 1.3.3
AppsDunia
Best Citizen Calculator App for Android
Time Calculator 1.13
Androloloid
TimeCalc is a calculator to operate on time and numbers
Scientific Calculator 3 1.8
Scientific Calculator 3 is an easy to useuniversalscientificcalculator app for smartphones, tablets orotherAndroidtouchscreen devices. It evaluates mathematicalexpressionsunderconsideration of the algebraic convention "bracketsbeforepowerbefore point before line calculation". The rounding ofresultsisadjustable between 5 and 15 digits. Available notationsarenormalnotation (NORM), scientific notation (SCI) andengineeringnotation(ENG). Trigonometric calculations optionally inDegrees(DEG:1°=PI/180) or Radians (RAD: 1rad=180°/PI).ScientificCalculator 3provides a large history display, where allinputs andresults canbe checked easily. This calculation history iskeptuntil explicitdeletion. For devices without menu button:pleasetouch the screenlonger than 3sec to invoke the setup/optionsmenu!Functions onmain display: * calc operators: + - × ÷ *parentheses:( ) * squareroot and power of 2: sqrt x² * permutation:n! (inlandscape formatonly or on tablets) * reciprocal: 1/x *percentage:% * plus minussign: ± * memory: MR MS M+ * exponent(optional): ExpScientificfunctions via "sci" button and on largedisplays: * poweroperator:^ 2^ e^ 10^ * square and cube root: sqrtcbrt * naturallogarithmand logarithms of 10: ln lg * constants: pi2pi e 1/e*trigonometric, inverse trigonometric and hyperbolicfunctions:sinasin sinh asinh, cos...., tan.... **Notice:ScientificCalculator 3is based on the Open Source SoftwareArity-2.1.6"Arithmetic Enginefor Java" (Copyright © 2007-2009 MihaiPreda),which is licensedunder the Apache license 2.0.
Scientific Calculator 7.0.1
CalcTastic
Scientific Calculator with Fractions, Complex Numbers andRPNSupport
Calculator app 2.4.20
MaroyakaSoft
The best calculator software, simple and stylish. Ideal fordailyuse.
Scientific Calculator Pro 2.7.5
RealMax LK
Scientific Calculator for your mathematics. EspeciallyforEngineering students.
Scientific Calculator Plus 7.0.1
CalcTastic
Programmer and Scientific Calculator with Fractions andComplexNumbers
Calculator Infinity - PRO Scie 1.6
The Best Scientific Calculator
Calculator 7.1
ShpeedTT
Calculator is a free calculator where you can combine colorsinhundreds of customization options to fit with your daily mood:youcan choose how your calculator looks by picking up colors fortextand buttons and combine them with different backgroundstyles.Features of the calculator: - shake the device to changecolors -dark theme - big digits - one to five lines to display -formattingdigits as you type, so you can read the numbers easily -differentcolor for the operation sign - history function: everyoperation issaved so you can select it later - operations with bignumbers -scientific functions - instant result - copying the result- youcan change the order of the function buttons - sounds -percentagefunction - you can set the decimals number for result -you canchange the number format - memory functions - displays whatissaved in memory at any moment Enjoy the free calculator!
RpnCalc - Rpn Calculator
Edward Falk
RpnCalc is the best RPN calculator ontheAndroid Market.It has an interface that users of the HP calculator line willbecompletely at home with, including these features:Scientific modeBasic (large key) mode20 MemoriesKey click (haptic feedback)Continouous memory16-level stack (configurable)Front four stack elements displayedRpnCalc has a sixteen-level stack to hold more data. The frontfourelements on the stack are visible at all times, making itmucheasier to keep track of where you are in yourcalculations."Calculator tape" records your calculations and can be sharedviaemail, bluetooth, etc.See http://www.efalk.org/RpnCalc/ for manualOh, and here's the privacy policy: RpnCalc never collectsanyprivate data of any sort. It never connects to the internet.Itdoesn't even run ads.
Calculator MD Light 1.3
ShpeedTT
Calculator MD Light is a freeandroidcalculator with Material Design theme, designed to be veryeasy touse and to run smoothly.Benefits of Calculator MD Light:- it has a light theme- big digits and big buttons- formatting digits as you type, so you can read thenumberseasily- has different color for the operation sign- displays up to 2 lines so you can read the full calculation- has History function: every operation is saved so you canselectit later- supports operations with big numbers: allows you to enter up to15digits for one number- has scientific functions- has Memory functions:M+ - adds the displayed number to what is saved in MemoryM- - subtracts the displayed number from what is savedinMemoryMR - recalls the number from MemoryMC - clears the Memory- displays what is saved in Memory at any moment- has percentage function; you can use the percentagefunctiondirectly into calculations- allows you to set the decimals number for result: fromSettingsmenu you can set the decimal number of the resultEnjoy free Calculator MD Light!
TechCalc Scientific Calculator 5.0.9
Scientific calculator with graphs, equations, calculus,formulas,finance, etc.
Series/Parallel Resistors 3.3.30
Peter Ho
Find out combination of resistors in series/parallel makingadesired resistance
Calculator 3.1.5
CCalc Apps
Finally a great calculator app!
Multi Calculator
LemonClip
Multi Calculator is the best applicationofmathematical and financial calculation that contains severalusefulcalculators and converters.Try these powerful computing capabilities and intuitive andelegantapplication designed.You can use Multi Calculator on Android Wear.List of calculators are included:✓ Standard Calculator• Keeps the function of a pocket calculator and adds parenthesesandsome math operators.• Remembers the last calculation condition and checksthecalculation history records any time you want.• Use the calculator on your home screen✓ Currency Converter• Provides real-time currency exchange rates• Once the currency exchange rates are updated, you can usethecurrency converter in the offline.✓ Interest Calculator• Provides various options for calculating interest:Installmentsavings, Regular savings, Simple Interest, CompoundInterest,etc.• Enhanced compound interest calculations. Monthly,Quarterly,Half-Yearly and Yearly are available.• If you wonder how to gather 100 million dollar in 5 years, trythefuture value function.✓ Anniversary Calculator• Keep track of your anniversaries - with a photo!• View as D-Day or Day count• Add photo widgets on your home screen✓ Discount Calculator• Calculate Discount price / Discount %• Calculate with Additional discount✓ Loan Calculator• Supports Level payment / Fixed principal payment /Balloonpayment• Set interest only period• Calculate any type of loan such as Mortgage, Auto loan.✓ Unit Converter• Supports Length, Area, Weight, Volume, Temperature, Time,Speed,Pressure, Force, Work, Angle, Data and Fuel✓ Health Calculator• Use Health Calculator for your healthy body• Calculate BMI(Body Mass Index), BFP(Body Fat Percentage) andIdealWeight in one screen• Easy to switch between metric and imperial systems✓ Tip Calculator• Calculate tip and split the bill• Separate your bill from Sales Tax and calculate tip✓ VAT Calculator• Calculate VAT easy and fast✓ Fuel economy Calculator• You can calculate Fuel economy, Distance, Expected fuelamount& cost✓ Shopping Calculator• Make a shopping list and calculate them right away while youareshopping.✓ Size Converter• Helps you to convert clothing / shoe / pants / shirt / bra / hat/ring sizes for most countries• Don't forget your size with memos✓ Time Calculator• Helps you to calculate time in Year / Week / Day / Hour / Minute/Second. (2 hours 5 minutes + 79 minutes = ?)Purchasing the premium version, you get an ad-free and support ustomake better apps.• If you encounter any problem with this App or incorrectwording,please contact us via:- https://www.facebook.com/MultiCalculator- jeedoridori@gmail.com
Calcutronic 4.2.8
SchillerApp
Calculator for students and hobbyists in Electronics&Electrical Engineering.
Calculator 3.3.7
The best colorful calculator! Choose your style!
Metal Weight Calculator 6.00
Metal Weight Calculator is a fast and simple app forcalculatingweights of metals. Or you can specify weight of themetal to getthe length. Developed with an intuitive interface. Itmeans lessclick, fast results. App remembers your settings for nextuse.Supports Steel, Aluminum, Cast Iron, Nickel, Copper, and moremetaltypes. You can use this app for all known metal forms orStandards;like ; Round, Sheet, Tube, Rectangle, S beam , Americanstandard,HP - American wide flange bearing piles, C - Americanstandardchannels, HD - Wide flange columns, HP piles, MC -Americanchannels and much more. Other Features of Metal WeightCalculator -Internet connection is not required. - Small apk size.- Nobackground process. - Fast and simple. - Totally Free. "assimpleas possible"
ElectroCalc PRO 1.2.3
Tiba Studio
ElectroCalc PRO is the best CALCULATOR for electrical andelectronicprojects!
Calculator 6.4.0
zhimastudio
A feature-rich, easy-to-use calculator that solves lifecomputingchallenges
Windowmaker Measure 3.0.9
ALL YOUR PROJECTS IN YOUR POCKET Measure is capable of: •Measuring- Fill out dimensions, store photos, and add written oraudio notesto each item as you measure it. • QuotingPRO - Select aDesignStyle for your window or door and send a document directlyfromyour phone or tablet to the client or to your office forfurtherprocessing. • SpeedPRO - connect directly to your lasermeasure,remove repeated data entry, and send documents on the spot.Measureis purpose built for: • Builders or homeowners to request aquotefrom a window/door supplier. • Supplier sales representativestorecord estimated sizes for a quotation. • Supplier surveyorstorecord precise sizes to be used for manufacturing. HereatWindowmaker we have over 40 years of experience developingandsupplying software for window/door estimating andmanufacturing.This app is the product of that experience. Wewelcome feedback.Please get in touch with us atmeasure@windowmaker.com PRO –Subscribe to Windowmaker Measure PROto use this feature.
Smart Tools Box - Stopwatch 4.0
All in one app with Stopwatch, Text-to-Speech, Age Calculator&Unit Converter
One Scientific Calculator 3.0.22
Calculator, Graphing calculator, Converter and Matrixcalculator:all in one app
CalcKit: All-In-One Calculator 5.6.0
CalcKit.io
All in 1 calculator. One general calculator & converter forallcalculations