hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit ecc57489021b765df7cf7283f0dd4d73872822fc
parent cfcf963501c72a5f14eabef12f0e5a8e81a8b913
Author: Sebastian <sebastian@sebsite.pw>
Date:   Tue, 18 Jul 2023 19:20:53 -0400

math::complex: add README

Signed-off-by: Sebastian <sebastian@sebsite.pw>

Diffstat:
Amath/complex/README | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/math/complex/README b/math/complex/README @@ -0,0 +1,2 @@ +math::complex provides functions for working with complex floating-point +numbers.