For example: 0.75 = 75% = 3/4
Chat with our AI personalities
"Ordinary" numbers are on base 10 (="decimal"). Binary only has 2 digits. 0 and 1 (representing "on" or "off" in some circuits). So "conversion" is how to represent an number in one to how it appears in the other. So 10 (binary) means 1x21 + 0x20 , which is 2. Decimal to binary effectively means representing an ordinary ("decimal") number in binary form. So 10 (decimal) is broken up into powers of 2 as 8+2 = 1x23 + 0x22 + 1x21 + 0x20 which is 1010 (binary).
Decimals can be "terminating" "recurring" or "other." A terminating decimal is one which is finite. Recurring and other decimals continue on forever. For instance 0.5 is a terminating decimal. 0.729 is a terminating decimal. 0.3333333... is not a terminating decimal. pi (3.1415926535....) is not a terminating decimal.
None, for the following reasons: First, there is no such thing as a meli meter - perhaps you mean millimetre, which is a measure of length. Let us assume that you made a spelling error. A decimal can either be a way of representing a number in such a way that the place value of each digit is ten times that of the digit to its right. In that case, it is a pure number and has no dimensions of length and, according to the basic rules of dimensional analysis, conversion from one to the other is not valid. Alternatively, a decimal is a measure of area, used mainly in South Asia. This has dimensions of Length2 and since that is different to the dimensions for a millimetre, again according to the basic rules of dimensional analysis, conversion from one to the other is not valid.
Every function differs from every other function. Otherwise they would not be different functions!
As compared to converting decimal into what other base! It is no more difficult to convert decimal into base 8 than decimal into binary or Hex.