General programming

Moderators: None (Apply to moderate this forum)
Number of threads: 1637
Number of posts: 2784

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Haskell programm Posted by Barcelinho on 13 Oct 2012 at 9:35 AM
Hey! Can anybody help me with this simple Haskell program? I need it to calculate derivate in a random point. I have no idea how to program in Haskell, I just need this one program! I get an error with this code I found online(the function main' is not defined in module main)

derivate function point step = result function point (1.0/step) 0
result function point estimate result | otherwise = (function(point + (estimate/2)) - function(point - (estimate/2)))/estimate

f1 x = 1
f2 x = x*x*x
f3 x = x * exp (x**2)

Thank you!!!



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.