aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Float64.atan2.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Float64.atan2.3')
-rw-r--r--man/man3/tomo-Float64.atan2.314
1 files changed, 8 insertions, 6 deletions
diff --git a/man/man3/tomo-Float64.atan2.3 b/man/man3/tomo-Float64.atan2.3
index b9bfbeb8..3be0ee98 100644
--- a/man/man3/tomo-Float64.atan2.3
+++ b/man/man3/tomo-Float64.atan2.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Float64.atan2 3 2025-11-09 "Tomo man-pages"
+.TH Float64.atan2 3 2025-12-11 "Tomo man-pages"
.SH NAME
Float64.atan2 \- arc tangent from 2 variables
.SH LIBRARY
@@ -19,11 +19,11 @@ Computes the arc tangent of the quotient of two numbers.
.TS
allbox;
-lb lb lbx lb
-l l l l.
-Name Type Description Default
-x Float64 The numerator. -
-y Float64 The denominator. -
+lb lb lbx
+l l l.
+Name Type Description
+x Float64 The numerator.
+y Float64 The denominator.
.TE
.SH RETURN
The arc tangent of `x/y` in radians.
@@ -32,3 +32,5 @@ The arc tangent of `x/y` in radians.
.EX
assert Float64.atan2(1, 1) == 0.7854
.EE
+.SH SEE ALSO
+.BR Tomo-Float64 (3)