Skip to content

reesmichael1/NumeriKet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published