5 lines
		
	
	
	
		
			273 B
		
	
	
	
		
			TypeScript
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			273 B
		
	
	
	
		
			TypeScript
		
	
	
		
			Executable file
		
	
	
	
	
import TypedArrayHistogram from "./TypedArrayHistogram";
 | 
						|
declare class Float64Histogram extends TypedArrayHistogram {
 | 
						|
    constructor(lowestDiscernibleValue: number, highestTrackableValue: number, numberOfSignificantValueDigits: number);
 | 
						|
}
 | 
						|
export default Float64Histogram;
 |