Skip to content

A simple Haskell project to solve for the roots of a cubic equation in which doesn't involve Complex Math being required.

License

Notifications You must be signed in to change notification settings

MoonstarCoding/haskell-cubic-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1JC3-Assign1

  • Writing your Assignment

    • Write your assignment code in src/Assign_1.hs
    • Make sure to replace the string macid with 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, cd into the directory 1JC3-Assign1/src and run stack ghci Assign_1.hs

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

No packages published