studio rounds very small floats to zero, which q never does e.g. enter `7.275958e-12` in studio and run it, and it returns `0f`, while the q console would say `7.275958e-12` for the same input
studio rounds very small floats to zero, which q never does
e.g. enter
7.275958e-12in studio and run it, and it returns0f, while the q console would say7.275958e-12for the same input