Announcing Dutils

Ruby The Roobster michaeleverestc79 at gmail.com
Sun Mar 5 23:56:43 UTC 2023


# `dutils` v0.2.0

`dutils` is a collection of whatever ideas happen to come to my 
mind,
currently dominated by a math library.  More information can be 
found on the repo
[here](https://github.com/dutils-official/dutils).

## What does `dutils` have to offer?

Currently, the only usable part of the library is the math 
library.

It's features include:

   - Arbitrary precision non-integer complex numbers that support 
all operations but exponentiation, possibly the first to be made 
with Dlang.

   - The ability to write and execute functions (see 
[here](https://github.com/dutils-official/dutils/blob/master/source/dutils/math/README.md) for more information.)

   - Modability:  Anyone can build off of the base framework by 
adding new types, and
       (hopefully soon) operators.

## Roadmap

[Here.](https://github.com/orgs/dutils-official/projects/1)

Or alternatively, the ROADMAP.md file which github refuses to 
show.

## Miscellaneous

I am looking for someone (or multiple people) to review the code, 
so I don't commit anything stupid because I am the only one to 
review it.


More information about the Digitalmars-d-announce mailing list