/**
* Clamps the given number between 0 and 1.
*
* @param x The number to clamp.
*
* @returns The clamped number.
*/exportconstclamp01 = (x) => Math.max(0, Math.min(1, x));
exportconstD_65_XN = 95.0489;
exportconstD_65_YN = 100;
exportconstD_65_ZN = 108.884;