D22428: Contingency Table In Two Way Anova and minor fixes

Stefan Gerlach noreply at phabricator.kde.org
Tue Aug 20 08:15:36 BST 2019


sgerlach accepted this revision.
sgerlach added inline comments.
This revision is now accepted and ready to land.

INLINE COMMENTS

> HypothesisTest.cpp:50
>  
> +#include <math.h>
> +

better use <cmath>

> HypothesisTest.cpp:1070
>  
> +QString HypothesisTestPrivate::round(QVariant number, int precision) {
> +    if (number.userType() == QMetaType::Double || number.userType() == QMetaType::Float) {

we should implement a general round method in nsl and use it here. Please add a TODO comment for later.

REPOSITORY
  R262 LabPlot

REVISION DETAIL
  https://phabricator.kde.org/D22428

To: devanshuagarwal, sgerlach, asemke
Cc: kde-edu, #labplot, narvaez, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20190820/020cbc9d/attachment.html>


More information about the kde-edu mailing list