diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-11-29 13:27:11 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-11-29 13:27:11 -0500 |
| commit | 353a1a40173d4722809e2cad215ab734bf68b283 (patch) | |
| tree | 77055997b202fd028709af53ac13d8abd0a8c2ae /man/man3/tomo-Num.mix.3 | |
| parent | a0ea1840d837650b10ae4f9a3bb05ded08322510 (diff) | |
Improved manpages.
Diffstat (limited to 'man/man3/tomo-Num.mix.3')
| -rw-r--r-- | man/man3/tomo-Num.mix.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/man3/tomo-Num.mix.3 b/man/man3/tomo-Num.mix.3 index f06462eb..01e5d7dd 100644 --- a/man/man3/tomo-Num.mix.3 +++ b/man/man3/tomo-Num.mix.3 @@ -2,7 +2,7 @@ .\" Copyright (c) 2025 Bruce Hill .\" All rights reserved. .\" -.TH Num.mix 3 2025-09-21 "Tomo man-pages" +.TH Num.mix 3 2025-11-29 "Tomo man-pages" .SH NAME Num.mix \- mix two numbers by an amount .SH LIBRARY @@ -22,7 +22,7 @@ allbox; lb lb lbx lb l l l l. Name Type Description Default -amount Num The interpolation factor (between `0` and `1`). - +amount Num The interpolation factor (between \fB0\fR and \fB1\fR). - x Num The starting number. - y Num The ending number. - .TE @@ -34,3 +34,5 @@ The interpolated number between `x` and `y` based on `amount`. assert (0.5).mix(10, 20) == 15 assert (0.25).mix(10, 20) == 12.5 .EE +.SH SEE ALSO +.BR Tomo-Num (3) |
