HP Forums
[HP Prime CAS] Bugs Fixed - Printable Version

+- HP Forums (https://archived.hpcalc.org/museumforum)
+-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html)
+--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html)
+--- Thread: [HP Prime CAS] Bugs Fixed (/thread-247690.html)



[HP Prime CAS] Bugs Fixed - CompSystems - 08-02-2013

Bug#0 Fixed (No pretty print with commands .* ./ .+ .- .^ on prerelease)

* Why (-1) is in parenthesis? more pretty print!

[Request] Please place spaces between the arguments arg1 .^ arg2, arg1 .+/* arg2,

case if arg1 = 5. // DOM_FLOAT

5. .+ [ 1, 2, 3 ] => [ 6, 7 ,8 ] // Nice

5..+[ 1, 2, 3 ] // Ugly

[Request] separate list objects with spaces after the comma

{1.3,2.6,3.9} => { 1.3, 2.6, 3.9 }

used instead of * a point for the multiplication operator on Historial, and * on entry line

Edited: 2 Aug 2013, 10:33 p.m.


Re: [HP Prime CAS] Bugs Fixed - Cristian Arezzini - 08-03-2013

Hm... does this mean there is an updated ROM to be found? Or is it for official beta-testers only?