DlangScience / scid

Scientific library for the D programming language
Boost Software License 1.0
90 stars 31 forks source link

Build Status SciD

SciD is a collection of numerical routines and bindings written in and for the D programming language. It contains:

There are several ways to get SciD:

Please submit questions and bug reports using the GitHub issue tracker.

API documentation

Here

Requirements

All you need in order to use SciD is:

Contributing

Contributions are very welcome! Please submit your work as pull requests on GitHub. By submitting a pull request, you implicitly accept that your contribution is placed under the same licence as SciD. See LICENCE.txt for details.

While there is no formal coding style guide for SciD, new code is expected to follow the same style as existing code (which is more or less conventional in the D community anyway).

Use four spaces for indentation (we don't need no stinkin' tabs!) , and UNIX line endings (a single newline).