rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

exp() not evaluated for complex (big)float #1596

Closed rtoy closed 2 days ago

rtoy commented 2 days ago

Imported from SourceForge on 2024-07-04 20:20:51 Created by billingd on 2006-01-13 13:38:02 Original: https://sourceforge.net/p/maxima/bugs/854


Reported against CVS 20050114.

The exponential function is not evaluated for complex float or bigfloat arguments.

(%i23) exp(2.0+2.0*%i); 2.0 %i + 2.0 (%o23) %e (%i24) exp(2.0b0+2.0b0*%i); 2.0b0 %i + 2.0b0 (%o24) %e

rtoy commented 2 days ago

Imported from SourceForge on 2024-07-04 20:20:52 Created by rtoy on 2006-01-27 19:04:52 Original: https://sourceforge.net/p/maxima/bugs/854/#b3f7


Logged In: YES user_id=28849

Fixed in src/simp.lisp 1.17.

rtoy commented 2 days ago

Imported from SourceForge on 2024-07-04 20:20:55 Created by rtoy on 2006-01-27 19:04:52 Original: https://sourceforge.net/p/maxima/bugs/854/#59e5