Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 186 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 186 Bytes

Some programs in C

Some numerical math routines in C.

Dependencies

  • Unity 2.6 REQUIRED
  • cmake

How to build

    make build
    cd build
    cmake ..
    make
    ctest