From 45da4eee4fe3adfc8de60bc50d86ef1022c73d51 Mon Sep 17 00:00:00 2001 From: conrad Date: Wed, 9 Apr 2025 16:57:20 +1000 Subject: [PATCH] initial docs for balance() --- docs.html | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 54 insertions(+), 4 deletions(-) diff --git a/docs.html b/docs.html index 42b6f098..b396f8a0 100644 --- a/docs.html +++ b/docs.html @@ -8630,20 +8630,67 @@ See also:


-TODO: balance +B = balance( A ) +
B = balance( A, opt ) +
+
balance( B, A ) +
balance( B, A, opt ) +
+
balance( D, P, B, A ) +
balance( D, P, B, A, opt )