#include "proctext.h" float gammacorrect(float gamma, float x) { return powf(x, 1/gamma); }