Converts a number to a set of fractions. Each fraction is the fraction with smallest numbers (restricted to a certain set of numbers) that is more accurate (either by linear error or by logarithmic error) than the previous one. ▲ ▼ scroll table
NO! Don't use it, it has some bugs! I can't fix it because of this Scratch issue on Github: https://github.com/LLK/scratch-flash/issues/587 Wait until this issue is fixed before using this project. bug 1: in logarithmic error mode, the internal error is calculated to 12 decimal places instead of 11, causing 4÷3 to be wrongly more accurate than 3÷2 for 1.414213562373095 bug 2: in specific cases, the text "This table may be incomplete" never disappears