Android, App

My Calc Android App

0 43

Powerful and easy to use calculator capable of solving your operations quickly and easily.

This app includes: scientific calculator, standard calculator, Tip calculator, Percent calculator which can be accessed from the menu.

MyCalc_Promo

My Calc includes the following features:

* Result history
* Unit conversions
* Physical constants table
* Traditional algebraic or RPN operation
* Permutations (nPr) & Combinations (nCr)
* Trigonometric and hyperbolic functions in radians, degrees and grads
* Scientific, engineering and fixed-point display modes
* Full support for Percentages (20 + 10% = 22)
* Calculation memory support
* Tip calculator – calculates tip quickly and easily and split the bill between any number of people.
* Percent calculator (calculation discount, tax, margin and other)

My Calc Screenshot
My Calc

This calculator is compatible with Android tablets.

Downlaod this app from Google Play

About the author / 

admin

Popular

Editor’s Pick

  • 30+ smashing tutorials for creating Texture and Background Effects in Photoshop

    We all know that attractive backgrounds are very much needed for any graphics, banners or ads these days. An interesting artwork can make the abstract art , vector or texture pattern more appealing . Getting the correct theme, whether it’s an abstract art, vector, or texture pattern, somehow makes the entire artwork looks more interesting….

  • Designing Blogger Template : Adding Meta Tags

    WordPress users have many powerful plugins such as “All in one Seo” and “Yoast Seo plugin” for adding custom meta descriptions to each and every post/page. Again blogger doesn’t provide a plugin platform or custom fields support to add meta description and tags. Though these days in seo meta keywords and descriptions are given less…

  • 35+ Creative Ads That Makes You Look Twice

    You might have seen plenty of advertisements on the road sides or when you have flipped over magazines. I hope that you might have just skipped most of them, but there are some cool creative advertisements which would make you look twice. To create Creative advertisements , the designer must be innovative enough to take…

  • Mastering React Context API in 2023: Best Practices and Examples

    React Context API is a feature in React that provides a way to share data between components without passing the props down manually at every level. It allows you to manage global states in your application and avoid prop drilling. Mastering React Context API in 2023 is essential for building scalable and efficient applications. It…

  • Maximizing Performance with useLayoutEffect React Hook

    Discover how to optimize your React apps with our comprehensive guide on ‘Maximizing Performance with useLayoutEffect React Hook’. Learn how to leverage this powerful hook for efficient DOM manipulation, eliminating visual glitches, and creating smoother transitions. Ideal for both novice and expert React developers.