diff options
Diffstat (limited to 'man/man3/tomo-Float64.copysign.3')
| -rw-r--r-- | man/man3/tomo-Float64.copysign.3 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/man/man3/tomo-Float64.copysign.3 b/man/man3/tomo-Float64.copysign.3 index 7100192d..3a6b5bba 100644 --- a/man/man3/tomo-Float64.copysign.3 +++ b/man/man3/tomo-Float64.copysign.3 @@ -2,7 +2,7 @@ .\" Copyright (c) 2025 Bruce Hill .\" All rights reserved. .\" -.TH Float64.copysign 3 2025-11-09 "Tomo man-pages" +.TH Float64.copysign 3 2025-12-11 "Tomo man-pages" .SH NAME Float64.copysign \- copy a number's sign .SH LIBRARY @@ -19,11 +19,11 @@ Copies the sign of one number to another. .TS allbox; -lb lb lbx lb -l l l l. -Name Type Description Default -x Float64 The number whose magnitude will be copied. - -y Float64 The number whose sign will be copied. - +lb lb lbx +l l l. +Name Type Description +x Float64 The number whose magnitude will be copied. +y Float64 The number whose sign will be copied. .TE .SH RETURN A number with the magnitude of `x` and the sign of `y`. @@ -32,3 +32,5 @@ A number with the magnitude of `x` and the sign of `y`. .EX assert (3.0).copysign(-1) == -3 .EE +.SH SEE ALSO +.BR Tomo-Float64 (3) |
