Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 StacyCui
		
			StacyCui
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi, I have three number. When I use PY Potential -(Competitor Volume+PYOR), it shows 7.11f, Why it doesn't show 0? For the script, I convert the number into decimal and then sum, Does it influence the results?
 StacyCui
		
			StacyCui
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I have solved this issues, Multiple 100 and then use round() . Thank you so much for your reply.
 BrunPierre
		
			BrunPierre
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello, if possible, can you share sample data and expected output?
 Vegar
		
			Vegar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		7.11f is the ISO notation for the small number 0.00000000000000711.
Try wrap a Round () around your expression or format the output with desired numbers of decimal.
 StacyCui
		
			StacyCui
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I have solved this issues, Multiple 100 and then use round() . Thank you so much for your reply.
