Constants in generated C code expressed in hex

Is there any specific reason that the constants in integral arrays and floating point arrays (in codegen_params.cc) are expressed as hex values in the generated C code ?

-Ulrik

@SebastianBoblestETAS @Khoi @MJKlaiber

Can you point to the code in

that you are referring to?

Yes, it is in line 173 for integral constants and line 125 and 128 for floats that the constants are formatted to hex format.