diff --git a/documents/Spike_Standards b/documents/Spike_Standards deleted file mode 100644 index 76d8335ea77f2031414d08fad20dc33bc331009d..0000000000000000000000000000000000000000 --- a/documents/Spike_Standards +++ /dev/null @@ -1,9 +0,0 @@ - -Spike Standards - - -At the very least, will have the following spikes: - * IEEE floating point: - * Testing of Inf - * Testing of -Inf - * Testing of NaN diff --git a/documents/Spike_Standards.md b/documents/Spike_Standards.md new file mode 100644 index 0000000000000000000000000000000000000000..ea732a1fc8080fd4436996fb3cffacc3e8866855 --- /dev/null +++ b/documents/Spike_Standards.md @@ -0,0 +1,11 @@ +## Spike Standards + +To help us understand the data and tools we are going to be working with for the quadratic solver, spikes will be created for the various topics: +* IEEE Floating Point numbers +* Handling input from multiple sources +* Logging output to files +* Makefiles +* The sqrt() function from the Math library +* Unit Testing in CUnit + +All spikes will be created using the C programming language.