![]() |
.. (לתיקייה המכילה) | |
In question 1.2, the signature of the function doesn't match its description
|
It's a mistake. The signature of the function should be (real->real)*real*int->real , and the signature of f is obviously real->real. This has been corrected in the document. |
In this assignment we are not allowed to write any functions other than the ones we are required to submit.
Can we use let / local / anonymous functions?
|
Let/local - no. Anonymous - yes. |

