uhmanoa-transpiler-project / shaka-scheme

The official repository for the UH Manoa Transpiler Project's Scheme interpreter, Shaka Scheme.
32 stars 24 forks source link

sqrt does not have the correct implementation #15

Closed CinchBlue closed 7 years ago

CinchBlue commented 7 years ago

We just use the sqrt(double) implementation from C which gives undefined behavior for the ACTUAL return result, except raising a domain error.

CinchBlue commented 7 years ago

This issue is invalid since the standard procedures may not be preserved -- additional work is required to determine whether the prior work we have done is still viable for the new evaluation model, and until that decision is made, we should put this on hold.

CinchBlue commented 7 years ago

Does not apply anymore -- our newest rewrite has made the entire past implementation invalid.