Click here to Skip to main content
15,889,867 members
Articles / Desktop Programming / MFC

Hardwired's Mathematica

Rate me:
Please Sign up or sign in to vote.
2.39/5 (13 votes)
10 Aug 2005CPOL 39.7K   737   13   5
Math Library - algebra, trigonometry, distributions, etc. 49 functions to solve all kinds of math problems.

In...

I created this library in 2001. Back then, I really needed a couple of math routines to work with series... after a couple of weeks, I finishing this. Maybe finish is not the right term, because I never got to properly test all of it.

In this library, you will find a lot of algebra, trigonometry, distributions, differentials, integrals and more. To use all these routines, just include hmathematica\hmathematica.h and add the generated hmathematica.lib into your project.

...and Out!

Not many of you need something like this... only if you work at some NASA-like places, but in this case you probably are some genius and don't need this.

History

  • 10th August, 2005: Initial post

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Romania Romania
Programming C\C++ since 1995. Live to code another day!Smile | :) . Basicly I code anything in C/C++ with API, Platform SDK, Windows DDK, ODBC, OpenGL SDK, DirectX SDK, etc.

For the last six years(starting with 1999) I worked as freelancer.
In 2003 I have co-founded ICode&Ideas SRL, Romania, focusing on security software solutions (Project Manager and Lead Developer of Prisma Firewall).
Starting with 2005 I am the founder and president of Inocentric SRL, Romania.
This is a Organisation (No members)


Comments and Discussions

 
QuestionWhy a so poor article ? Pin
Emilio Garavaglia10-Aug-05 22:12
Emilio Garavaglia10-Aug-05 22:12 
AnswerRe: Why a so poor article ? Pin
Nitron11-Aug-05 3:30
Nitron11-Aug-05 3:30 
GeneralRe: Why a so poor article ? Pin
Inocentric11-Aug-05 3:52
Inocentric11-Aug-05 3:52 
GeneralRe: Why a so poor article ? Pin
Jim Crafton11-Aug-05 14:49
Jim Crafton11-Aug-05 14:49 
GeneralRe: Why a so poor article ? Pin
Emilio Garavaglia11-Aug-05 20:52
Emilio Garavaglia11-Aug-05 20:52 
taken from any of your headers
<small>
Title:      Distributions
// Decription: The following function are implementations
//             of the mathematical distributions problems.
//             The algorithms coded inhere are useing the
//             most errorless formulas for solveing the
//             mathematical problems.
//
// License: hdistributions.h is part of HMathematica library.
//          HMathematica is a free library for home users.
//          For other purposes use, please,contact me at
//          the email address listed above.
//
// Author comment: Please contact me for any bugs and/or errors.
//                 If you have any sugestions for other things
//                 that should be implemented in this library or
//                 regarding the algorithms that have been used,
//                 again, please contact me; and if I will have
//                 the time maybe I implement them.
// Author request: If you are a user of this library, please, do 
//                 not make any changes to it, without my approval.
//                 Just send me an email and will discuss this.
</small>

How can I conjugate that disclaymer with your above post, in particular:
Hardwired wrote:
So, they will probably take the code, not the .lib, and take what they need form there.
????

It seems you approve by default, but why put such a disclaimer ...
I'm still much more convicing that disclaimer are just ... bullshits!





2 bugs found.
> recompile ...
65534 bugs found.
D'Oh! | :doh:

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.