Re: Traducir bigatom.e al inglés - Yo no sé

new topic     » goto parent     » topic index » view thread      » older message » newer message

uploaded in pastebin

bigatom.e http://pastebin.com/KBTV4pq2

bigatom-test.ex (some probes developing) http://pastebin.com/L3ePyhEV

if useful, use it.

Edit: in bigatom.e ba_idivide() function is exported only for tests, or should move ba_trunc() calls out of if sentence.

if not bigatom(A) then
      A = ba_trunc(ba_new(A)) 
   end if 
   if not bigatom(B) then 
      B = ba_trunc(ba_new(B)) 
   end if 
 
-- to 
   if not bigatom(A) then 
      A = ba_new(A) 
   end if 
   if not bigatom(B) then 
      B = ba_new(B) 
   end if 
 
   { A , B } = { ba_trunc(A) , ba_trunc(B) } 
  
 
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu