Re: [Pdl-general] getting bigint to work with PDL

2023-09-24 Thread Ed .
. Best regards, Ed From: Mark NanoNebulas Sent: Saturday, September 23, 2023 6:42 PM To: pdl-general@lists.sourceforge.net Subject: [Pdl-general] getting bigint to work with PDL how can we get [use bigint] to work with PDL or is there another function that can be used

[Pdl-general] getting bigint to work with PDL

2023-09-23 Thread Mark NanoNebulas
how can we get [use bigint] to work with PDL or is there another function that can be used example $xx=sequence(10); for(0..3000) { $xx*=2; p$xx; } it goes to infinite is there anyway to get around this and get the real value -Mark Baker ___