Dyadic functions with one real argument
produce real results:
 
   1+10^1000x
1000000000000000000000000000000000000000...
   (%1)+10^1000x
_

By converting the extended argument to real:
 
   x:^:_1] 10^1000x
_
   _ = 10^1000x
1


----- Original Message ----
From: Andrew Nikitin <[EMAIL PROTECTED]>
To: [email protected]
Sent: Tuesday, June 13, 2006 7:49:29 PM
Subject: [Jbeta] infinity and extendeds


_ > 10^1000x
0
   (x:_) > 10^1000x
1
   9!:14''
j601/beta/2006-05-20/22:30


----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to