1 0.4 ———— = ————— 0.22 x 1 * x = 0.22 * 0.4 0.22 * 0.4 x = ———————————— 1
1-0,22 / 5 (шагов) = 0,156 (длина шага) ------------------------- 0 = 1 0,2 : 1 -0,156 = 0,844 0,4 : 0,844 -0,156 = 0,688 0,6 : 0,688 -0,156 = 0,532 0,8 : 0,532 -0,156 = 0,376 1 : 0,376 -0,156 = 0,22
<!DOCTYPE HTML> <html> <head> <title>Untitled</title> </head> <body> <script> function foo(from, to,rang) { return from -(from-to)*rang } alert(foo(1, 0.22, 0.6)) </script> </body> </html>