Lane Dibello

Results 2 issues of Lane Dibello

As per #137 In `ldexp`, the `exp` parameter is not an output, but is listed as such in the parameters list.

[See here](https://registry.khronos.org/OpenGL-Refpages/gl4/html/ldexp.xhtml) In the parameters section the second parameter `exp` is listed as `out exp` (likely copied form the `frexp` docs), when it is not actually an output parameter.