I want to use some built-in functions like acos() for the type double. But it seems that some just exist for the usage with float.
In the OpenGL Reference Card 4.3, acos() is declared to be just usable with floats and here someone asked for an extension to use more double precision functions with GLSL.
Is there another possibility to gain access to some double precision functions within a compute shader?