Re: [Seed7-users] Seed7 math functions expm1 and lnp1
Interpreter and compiler for the Seed7 programming language.
Brought to you by:
thomas_mertes
From: Thomas M. <tho...@gm...> - 2021-09-17 22:17:42
|
Hi Sanjay, Regarding 1.: There is no special reason, why PI and E are specified with so many digits. At the time I wrote these definitions I thought, that it looks impressive this way. :-) Regarding 2.: In the latest release (2021-09-04) I added the functions expm1() and log1p() to the math.s7i library. I left the sinh() function as is (it just calls the sinh() function from the C library). I hope that helps. Regards, Thomas |