-
Writing your Assignment
- Write your assignment code in src/Assign_1.hs
- Make sure to replace the string
macidwith your actual MacID - Replace all error messages with actual implementations of functions
- Add test cases for your code at the bottom of Assign_1.hs (NOT IN THE test DIRECTORY, we'll use this later)
- Write your extra credit code in src/Assign_1_ExtraCredit.hs
- NOTE: Assign_1_ExtaCredit.hs has been left largely blank, you must add the type signatures for all your functions yourself
- Upon completion, submit ONLY THE Assign_1.hs, Assign_1_ExtraCredit.hs files to avenue
-
Running this project
- Run the source file src/Assign_1.hs in ghci either with Atom or open terminal,
cdinto the directory 1JC3-Assign1/src and runstack ghci Assign_1.hs
- Run the source file src/Assign_1.hs in ghci either with Atom or open terminal,
-
Notifications
You must be signed in to change notification settings - Fork 0
A simple Haskell project to solve for the roots of a cubic equation in which doesn't involve Complex Math being required.
License
MoonstarCoding/haskell-cubic-solver
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A simple Haskell project to solve for the roots of a cubic equation in which doesn't involve Complex Math being required.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published