Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
154 views

Unit testing…should it be used here?

Duplicate: Learning Unit Testing I'm trying to develop some software for my research group to analyze and plot experimental data. I would like to make it where it's pretty error free. Would this ...
0
votes
2answers
88 views

Scientific calculator - use of logarithm function with base of two

in model casio fx-82ms i must do some scientific calculations with logaritm functions but the calculator calculates all problem base of ten(10) but i need base of two. anyone can help me?
0
votes
4answers
307 views

C++ libraries for probabilistic scientific calculations

What are the various open source and commercial C++ libraries for probabilistic scientific calculations ? I'm mainly interested in Bayesian learning ; something similar to the Bayes Net toolbox in ...