not sure where these will go! Maybe into QuEST v itself
| 52 | |
| 53 | // not sure where these will go! Maybe into QuEST v itself |
| 54 | qreal absReal(qreal x) { |
| 55 | return abs(x); // TODO: make precision agnostic |
| 56 | } |
| 57 | qreal absComp(qcomp x) { |
| 58 | return abs(x); // TODO: make precision agnostic |
| 59 | } |