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:
A | math/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.