* 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 |
---|---|---|
legAngX | Compute the angle of the given leg for x. | manual |
Compute the angle of the given leg for x.
legAngX(
hypotenuse: number,
leg: number,
) -> number
Tags
utilities
Arguments
Name | Type | Description | Required |
---|---|---|---|
hypotenuse |
number |
Yes | |
leg |
number |
Yes |
Returns
number
Examples
legAngX(5, 3)