From c011d94a2e46ac0411da6351e969a08134f286cc Mon Sep 17 00:00:00 2001 From: Joshua Sziede <jsziede@yahoo.com> Date: Mon, 19 Nov 2018 21:22:19 -0500 Subject: [PATCH] Update and rename Spike_Standards to Spike_Standards.md --- documents/Spike_Standards | 9 --------- documents/Spike_Standards.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 9 deletions(-) delete mode 100644 documents/Spike_Standards create mode 100644 documents/Spike_Standards.md diff --git a/documents/Spike_Standards b/documents/Spike_Standards deleted file mode 100644 index 76d8335..0000000 --- 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 0000000..ea732a1 --- /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. -- GitLab