| 1793 | // getters: |
| 1794 | QString piSymbol() const { return mPiSymbol; } |
| 1795 | double piValue() const { return mPiValue; } |
| 1796 | bool periodicity() const { return mPeriodicity; } |
| 1797 | FractionStyle fractionStyle() const { return mFractionStyle; } |
| 1798 |
nothing calls this directly
no outgoing calls
no test coverage detected