karansher / computer-graphics-ray-casting

Computer Graphics Assignment about Ray Casting
1 stars 0 forks source link

Adding headers #11

Open henrytwo opened 1 year ago

henrytwo commented 1 year ago

Are we permitted to use headers such as #include <float.h>? It's not explicitly listed in the whitelist

Glowies commented 1 year ago

Yes. You may use the float.h header file.