Closed iranjith4 closed 3 years ago
Fix for another "The compiler is unable to type-check this expression…
Changed return c * ($0 * $0 * $0 * $0 * $0 + 1.0) + b to
return c * ($0 * $0 * $0 * $0 * $0 + 1.0) + b
let m = $0 * $0 * $0 * $0 * $0 return c * (m + 1.0) + b
Fix for another "The compiler is unable to type-check this expression…
Changed
return c * ($0 * $0 * $0 * $0 * $0 + 1.0) + b
to