7 lines
		
	
	
		
			273 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			273 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param m number 
 | 
						|
---@param e number 
 | 
						|
---@return number x 
 | 
						|
---Returns the number generated by a normalized fraction and base-2 exponent. Alias for the standard library function math.ldexp.
 | 
						|
function ldexp(m, e) end |