AI Request for Developing a Mathematical Function for Encoding a Number Using Function Parameters in JavaScript 1. Create a CodeBlock string variable with the contents "61121155" in JavaScript code. 2. Write a general JavaScript function called polar-coordinates-line (abbreviated pcl) that calculates the polar parameters of the line Ax+By+C=0 . The function call format in JavaScript code is pcl(CodeBlock, A, B, C) 3. All numbers in the formula must be used with 8 decimal places. 4. Select the values ​​of the parameters A, B, and C so that the decimal number p (polar distance, converted to a positive value) after converting p to text format has 8 characters after the decimal point, as specified in the CodeBlock text variable. For example: 3.78532791 or 12.78532791 or -5.78532791 5. Do not use scientific notation for numbers. Add handling for the case A = B = 0. Do not round the values ​​of p, the polar angle cosine, and the polar angle sinine. 6. Perform a check for the found values ​​A, B, and C, ensuring that the fractional part of p in text format is "61121155" 7. Create a compact HTML+JavaScript responsive web page optimized for smartphone viewing that demonstrates the example for step 4 and displays the parameters A, B, and C. 8. Ask any necessary clarifying questions. https://chat.deepseek.com/share/zffagk30wka57qd4sv