mirror of
				https://gitlab.com/80486DX2-66/gists
				synced 2025-05-31 08:31:41 +05:30 
			
		
		
		
	opt_int_div.h: explain the comment in macro OPT_INT_DIV_ROUNDING
				
					
				
			This commit is contained in:
		@@ -15,7 +15,7 @@
 | 
			
		||||
 | 
			
		||||
// constants
 | 
			
		||||
#define OPT_INT_DIV_ROUNDING                                                  \
 | 
			
		||||
    /* 10^OPT_INT_DIV_TEST_PRECISION */                                       \
 | 
			
		||||
    /* formula: 10^OPT_INT_DIV_TEST_PRECISION */                              \
 | 
			
		||||
    powl(10.l, (long double) OPT_INT_DIV_TEST_PRECISION)
 | 
			
		||||
 | 
			
		||||
// helper functions
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user