Re: What is math:intdiv doing?

new topic     » goto parent     » topic index » view thread      » older message » newer message
Shian_Lee said...

Relief.

I was afraid to ask about it...

BTW in the math.e section of the manual I found some other mistakes(?), I don't remember now and I don't have Euphoria next to me, but as far as I remember it was mistakes in Examples which display a comma ',' instead of period '.', such as (from the manual):

? arcsinh(1) -- prints out 0,4812118250596034
? arctanh(1/2) -- prints out 0,5493061443340548456976

If it's truly wrong then I guess that it should be fixed.

You are right. The examples should not have a comma. Not only that one value is wrong:

include std/math.e 
? arcsinh( 1 ) 
? arctanh( 1/2 ) 

produces:

0.881373587 
0.5493061443 

Thanks,

_tom

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

Search



Quick Links

User menu

Not signed in.

Misc Menu