The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
Strange behaviour of "expand" in CAS view (Xcas problem?)
10-16-2014, 02:29 PM
Post: #1
Strange behaviour of "expand" in CAS view (Xcas problem?)
Typing
Code:
expand(x*2.9+6.3)
gives
Code:
2.9*x+6.3
(correct).

Typing
Code:
expand(x*2.9e-13+6.3e-13)
gives
Code:
(1+x)*6.3e-13
(not correct).

This happens when both powers of ten are -13 or smaller.

This also happens in Xcas on my PC (in the latest stable and unstable versions).

Nigel (UK)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Strange behaviour of "expand" in CAS view (Xcas problem?) - Nigel (UK) - 10-16-2014 02:29 PM



User(s) browsing this thread: 2 Guest(s)