www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Announcing Dutils

reply Ruby The Roobster <michaeleverestc79 gmail.com> writes:


`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).



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/du
ils/math/README.md) for more information.)

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



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

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



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.
Mar 05 2023
parent Ruby The Roobster <michaeleverestc79 gmail.com> writes:
On Sunday, 5 March 2023 at 23:56:43 UTC, Ruby The Roobster wrote:
 ...
To add to the last section: If you are looking to add a new type, DO NOT forget to add the name of the type to the typel enum in dutils.math.def, or it will not work.
Mar 05 2023