Also is there a place where I could look up all the floating points ops in Scheme?
|
1
|
|
|
|
|
|
I think this explains it well. |
||
|
|
In most programming languages, you can determine NaN values by comparing a value with itself.
|
||
|
|
|
Have you read the RnRs document for whatever version of scheme you're using? Other than that you could try looking at your implementations manual for things that aren't in the language spec. |
||
|
|
