reesmichael1 / NumeriKet

A collection of Racket modules implementing numerical methods.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NumeriKet

Overview

This is a collection of modules to implement numerical methods in Racket. It is primarily written as a learning project, but may be of some use.

Methods are implemented in the NumeriKet subdirectory. Tests are in the tests subdirectory.

Full API documentation is also available.

Installation

From a terminal prompt, run

git clone https://github.com/reesmichael1/NumeriKet/
cd NumeriKet
raco link NumeriKet

Usage

$ racket
Welcome to Racket v6.5
> (require NumeriKet)
> (ex (ln 3872.295))
3872.2950000000033

Consult the API documentation for a full list of implemented methods.

About

A collection of Racket modules implementing numerical methods.


Languages

Language:HTML 50.5%Language:Racket 31.2%Language:CSS 13.5%Language:JavaScript 4.1%Language:Shell 0.8%