[X] The "/voxnet/voxnetversion4.zip" file could not be found or is not available. Please select another file.

Share

More
Automatic error propagation Icon

Automatic error propagation

by sbhatnag


This is a programable scientific calculator with a scripting languge for automatic random error propagation in arbitrary mathematical expressions. The language allows expressions written as a collection of sub-expressions or user defined functions.


http://fussy.sourceforge.net





Separate each tag with a space.

Release Date:

2006-08-05

Topics:

Operating System:

Intended Audience:

User Interface:

Programming Language:

Registered:

2005-09-26

Ratings and Reviews

Be the first to post a text review of Automatic error propagation. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Major change: All numerical values are treated as indepenent

    In the original design of fussy, only variables were treated as independent variables. Numbers were treated as dependent variables and hence errors in expressions like 10pm1+10pm1 would give 20pm2 instead of 20pm1.41421 as one would expect for random errors. This has now been changed to treat all numerical values as independent variates. People who may have downloaded fussy code before Aug. 2006 should update their code (from the CVS repository) and rebuild fussy to get this fix.

    posted by sbhatnag 1060 days ago

  • Code committed

    sbhatnag committed patchset 9 of module fussy to the Automatic error propagation CVS repository, changing 4 files

    posted by sbhatnag 1196 days ago

  • Code committed

    sbhatnag committed patchset 8 of module fussy to the Automatic error propagation CVS repository, changing 1 files

    posted by sbhatnag 1197 days ago

  • File released: /fussy-2.0/fussy-2.2/fussy-2.2.tgz

    posted 1198 days ago

  • Code committed

    sbhatnag committed patchset 7 of module fussy to the Automatic error propagation CVS repository, changing 6 files

    posted by sbhatnag 1198 days ago

  • fussy-2.0 fussy-2.2 file released: fussy-2.2.tgz

    Changes in table.cc (Calc_Symbol *installConst(Calc_Symbol&d,int NewID)) ------------------------------------------------------------------------ The strategy of managing the table of constants is the following now: calcgetConst() for NUMBER_TYPES always returns NULL A constant is always put on the table and a new ID assigned depending upon NewID Since its always pushed at the end, pick up the pointer to the latest constant from the end if in function/procedure compilation set symb->name[0] to 1 Cleanup() cleans up the ConstTab of all symbols which are not referenced. i.e. for which name[0] != 1. This essentially make ConstTab is a permanent storage for constants used in sub-program code and temp. store for constants used in vm code for the interactive session and/or parameters (all temps). Functionally, this then treats all constants, as indep. variates, even if their values are the same. Same name symbols on the SymbTab. Changes in table.cc: void cleanupSymbTab(SymbTabType& Tab, int OP,TypeType Type=UNDEF_TYPE) ------------------------------------------------------------------------------------------ Now removes unreferenced entries in the ConstTab. These are temp. numbers that may be generated (either in interactive sessions or while runing sub-programs). This allows treating all numbers are indep. variates. Changes in fussy.y ------------------ The InFuncDefn flag is removed right a the end of func. def. code. With this, constants that are generated during sub-program compilation go on the ConstTab with the flag which tells the Cleanup() that they are referenced and hence should not be removed.

    posted 1198 days ago

  • Code committed

    sbhatnag committed patchset 6 of module fussy to the Automatic error propagation CVS repository, changing 12 files

    posted by sbhatnag 1346 days ago

  • File released: /fussy-2.0/fussy-2.1/fussy-2.1.tgz

    posted 1398 days ago

  • Tracker comment added

    posted by sbhatnag 1398 days ago

  • Code committed

    sbhatnag committed patchset 5 of module fussy to the Automatic error propagation CVS repository, changing 34 files

    posted by sbhatnag 1398 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Automatic error propagation Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review