Skip to content

Converter (Android)

Buy from Google Play
Buy from Google Play

Introduction

Abiro Converter supports many common and not so common conversions (more than 1700), as well as basic mathematical operators and calculation of formulas enabling use as a basic calculator as well. You can also create your own conversions via Custom, that way extending the range of Converter’s capabilities to whatever might fancy you.

We hope you’ll like it, and if you have ideas for improvements or find errors, please contact us via support@abiro.com.

Screenshots

device-2013-06-19-200436device-2013-06-19-200653device-2013-06-19-200927device-2013-06-19-200938

Download

You can [buy Abiro Converter from Google Play].

Conversion

You convert values in a few easy steps:

  1. Select a Category (except time (advanced) and custom; see more below).
  2. Select From and To units. Any combination will work.
  3. Enter a value in Result.
  4. Select Convert to perform the conversion.
  5. Possibly use operators on the Result and Operand.

Values

Values are entered and shown with “.” as decimal point.

“,” will be used as thousands separator if that setting is activated.

When Notation is set to scientific or engineering, 10-exponent will be shown as “E” (e.g. “1E-4”, meaning “1 times 10 to the power of -4”). You can also enter values using “E” or “e”.

If an error occurs status will be shown above Convert. Press Clear to reset or make a new conversion or calculation.

Time (advanced)

  1. Select Category time (advanced).
  2. Enter HoursMinutes and/or Seconds.
  3. Select Convert to perform the conversion to decimal.
  4. Possibly use operators on the Result and Operand.

Custom conversions

Creating/editing custom conversions

  1. Click on Custom.
  2. Click on New to create a new custom conversion.
  3. Enter a descriptive Name, choose what Operator to use and enter the Operand for the conversion.
  4. In the case of f(x) you enter a formula in the Operand field. Read about use of f(x) under Formula below.
  5. Click Save to save the conversion.
  6. Click the Back button to get back to the main screen.

You Edit or Delete a conversion by selecting it in the list and clicking the appropriate button.

Note that you can change any of the values for a conversion when editing, including the name. The list of custom conversions is sorted on the name.

Settings are saved persistently.

Using custom conversions

  1. Select Category custom.
  2. Select one of the previously defined custom conversions.
  3. Enter a value in Result.
  4. Select Convert to perform the conversion.
  5. Possibly use operators on the Result and Operand.

Operators

  • +: adds Operand to Result
  • : subtracts Operand from Result
  • ×: multiplies Operand with Result
  • ÷: divides Result with Operand
  • 1/x: performs inversion of Result
  • : performs square on Result
  • √x: performs square root on Result
  • xⁿ: performs Result to the power of Operand
  • Swap: exchanges the selected units
  • f(x): Treats Operand as a formula; see more under Formula
  • Custom: configures custom conversions
  • Clear: resets all value fields

Menu

  • Settings: configures the application settings; see more below
  • Help: is what you read right now
  • About: provides information about the application and its provider

Settings

  • Precision: how many digits should be shown after the decimal, whatever the notation; the result will be rounded at that point; practical maximum is 16
  • Thousands separator: Sets whether “,” should be shown for each thousand multiple in normal notation

  • Notation: what notation to use for results: normal (no 10-exponent), scientific (10-exponent) or engineering (10-exponent in 1000s)
  • Notation threshold: at what point (10^threshold or 10^-threshold) scientific or engineering notation should kick in
  • Default value: what value to show in the Result field after a Clear

Formula

This applies to f(x) on the main screen and in Custom. In both cases the formula is entered in respective Operand field.

The input value (Result) is expressed as ‘x’ in the formula, e.g. ‘sin(x)+x/2’. The result is shown again in Result to simplify accumulative calculations and conversions.

In the case of Custom / f(x) you may optionally use ‘o’ for the value in Operand.

Operators

  • +: addition
  • : subtraction and negation
  • *: multiplication
  • /: division
  • ^: power/exponentiation
  • %: modulo (fractional part)

Functions

Functions are expressed as ‘function(expression)’.

sin, cos, tan, asin, acos, atan assume angles in radians. They also come in versions for degrees. Just add ‘d’ (e.g. sind).

  • abs: absolute value
  • acos: arc cosine
  • asin: arc sine
  • atan: arc tangent
  • cbrt: cubic root
  • ceil: nearest upper integer
  • cos: cosine
  • cosh: hyperbolic cosine
  • exp: e to the power (e^x)
  • floor: nearest lower integer
  • log: natural logarithm (base e)
  • log10: logarithm with base 10
  • logn: logarithm with base n
  • sin: sine
  • sinh: hyperbolic sine
  • sqrt: square root
  • tan: tangent
  • tanh: hyperbolic tangent

Constants

  • π or pi: Archimedes’ number
  • e: Euler’s number