From https://github.com/gpuweb/gpuweb/issues/3253 What happens in programs like this: ``` let x = 2; let y = asin(x); ``` Can we do better than "we have no idea what value will be produced?"