* Improve hover tool tips and function docs Signed-off-by: Nick Cameron <nrc@ncameron.org> * A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores) * A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores) --------- Signed-off-by: Nick Cameron <nrc@ncameron.org> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
		
			
				
	
	
	
		
			467 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			467 B
		
	
	
	
	
	
	
	
title, excerpt, layout
| title | excerpt | layout | 
|---|---|---|
| legAngY | Compute the angle of the given leg for y. | manual | 
Compute the angle of the given leg for y.
legAngY(
  hypotenuse: number,
  leg: number,
) -> number
Tags
utilities
Arguments
| Name | Type | Description | Required | 
|---|---|---|---|
hypotenuse | 
number | 
Yes | |
leg | 
number | 
Yes | 
Returns
number
Examples
legAngY(5, 3)