In designing high precision algorithms in core, is there anything relevant regarding difference in precision among different constant types/configurations?
Example constant types/configurations:
- const
- quickconst on a math module input (e.g. +/*/|x|/etc.)
- quickconst on macro input / output
- primary constant connected to core cell input
- and any of the above constant types sent to a quickbus or distribution bus
Anyone know of any quirks in Reaktor that should lean me toward avoiding or favoring an approach?
Alternatively, is there a better unlisted way for developing a high precision constant? If so, how would you go about creating a Pi constant, for example?