vote up 0 vote down star

I need to work with precision in Dyalog APL. I know the value of ⎕PP sets the precision, but I can't increase it over 18, so I can't get more precision than 18 digits and I need to operate with big numbers. Is there any way to increase precision?

flag

60% accept rate

1 Answer

vote up 1 vote down

Quad PP is for "print precision", and is relevant only for displaying numbers in the Dyalog APL session, and has nothing to do with the actual precision of numbers.

There is a supplied workspace named "dfns" that contains functions for operating with big numbers.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.