Re: Traducir bigatom.e al inglés - Yo no sé
- Posted by cargoan Dec 20, 2014
- 2320 views
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) }