* 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>
454 B
454 B
title, excerpt, layout
title | excerpt | layout |
---|---|---|
legLen | Compute the length of the given leg. | manual |
Compute the length of the given leg.
legLen(
hypotenuse: number,
leg: number,
) -> number
Tags
utilities
Arguments
Name | Type | Description | Required |
---|---|---|---|
hypotenuse |
number |
Yes | |
leg |
number |
Yes |
Returns
number
Examples
legLen(5, 3)