Register

C.Basic - Casiopeia Help Center

Topics on released projects. Only the author of a program should start a topic on it.
Member
User avatar
Posts: 27
Joined: Sat Jul 20, 2019 11:14 am
Location: Hong Kong
Calculators: None

Re: C.Basic - Casiopeia Help Center

Postby CalcLoverHK » Sat Nov 30, 2019 11:17 pm

Hi Casiopeia community

C.Basic for FX series (2.39) and CG series (1.39) has been released.

For version 1.39
-Fixed the bug that the height specification was invalidated by Locate/LocateYX command.

For version 2.39/1.39
-Fixed the problem that [EXIT] does not cancel the debug mode when the Help function is enabled.
-Fixed a bug when using List as an argument in the DrawGraph command.
-The error message "Withot" has been changed to "w/o".

(Re-uploaded version 1.39)
-Fixed the bug that ViewWindow was not initialized at initial startup.

(Re-uploaded 2 version 1.39)
-Fixed the bug that saving the cursor position in the editor did not work.

Also, thanks to everyone's support, the C.Basic Chinese Help Center are opened up for chatting and updates. :)
https://www.cncalc.org/thread-24320-1-1.html/
Which means Guide_CN is planned to be included in C.Basic ZIP package.

Cheers
CalcLoverHK

Member
User avatar
Posts: 27
Joined: Sat Jul 20, 2019 11:14 am
Location: Hong Kong
Calculators: None

Re: C.Basic - Casiopeia Help Center

Postby CalcLoverHK » Sun Dec 08, 2019 10:30 am

Hi Casiopeia community

C.Basic for FX series (2.40) and CG series (1.40) has been released.

For version 2.39
-Change the specification of editor that the maximam number of stored cursor position has been increased from 7 to 16.

For version 1.39
-Change the specification of editor that the maximam number of stored cursor position has been increased from 16 to 32.

For version 2.39/1.39
-Changed the specification that the timing of reading a subprogram is not when the program starts but when the Prog command is executed. As a result, the Prog command with a string variable as an argument is executed without restriction.
-Fixed the bug when escape characters "\" and line break "CR" are included in the string.
-Added specification that "\n" can be used as line break.
-Improved error messages.
-Added the argument of Beep command that List can be used.
(Format) Beep List <>(Hz), List <>(Length)
(Example)
{1000,2000,3000}->List 5
{250,500,250}-? List 7
Beep List 5,List 7

Cheers
CalcLoverHK

Member
User avatar
Posts: 27
Joined: Sat Jul 20, 2019 11:14 am
Location: Hong Kong
Calculators: None

Re: C.Basic - Casiopeia Help Center

Postby CalcLoverHK » Wed Jan 01, 2020 7:49 am

Hi Casiopeia community

C.Basic for FX series (2.41) and CG series (1.41) has been released.

For version 1.41
-Fixed the bug that the alpha mode icon was not displayed when line input mode.
-Includes the font manager and system manager of the system operation application by Colon.
(They are in the C.Basic_application folder in zip.)
(*These programs are password protected to prevent accidental editing of the source code due to heavy use of syscalls.)
(*You are free to modify the source code, but please do so at your own risk.)

For version 2.41/1.41
-Fixed the "Graph (X,Y)=(" command bug that did not work when multiplying List with T as argument.
(Example) Graph (X,Y)=(2*{1T,2T}, 3*{3T,4T})
-Fixed "ExitDM PopUp" bug that pop-up did not appear when exiting the debug mode and re-executing.
-Fixed the bug that garbage might be attached at the end of the program when the indent function was enabled.
-Added integration function based on Gauss-Kronrod quadrature. (acapde's program has been implemented.)
https://community.casiocalc.org/topic/7 ... entry62978

(integration function) [OPTN]-[F4](CALC)-[F2](∫dx)
(format) ∫( f(x), lower limit, upper limit [,tol])
[,tol] 0<tol<1 this value is tolerance.
1<tol this valee is a significant digit.
default [tol] is 10.
(example) ∫(2X^2+3X+4,1,5)
result is 134.6666667
(example) ∫(sin X*cos X,0,1)
result is 0.354036091
(example) ∫(cos ln X,0,1)
"Not met Accuracy" pop up.
(example) ∫(cos ln X,0,1,5)
result is 0.5

(Re-uploaded) -Fixed integration calculation bug that sign of result is not correct when lower is greater than upper.
(Re-uploaded) -Fixed integration calculation bug that X variable is changed after execution.

Cheers
CalcLoverHK

Member
User avatar
Posts: 27
Joined: Sat Jul 20, 2019 11:14 am
Location: Hong Kong
Calculators: None

Re: C.Basic - Casiopeia Help Center

Postby CalcLoverHK » Mon Jan 06, 2020 3:03 pm

Hi Casiopeia community

C.Basic for FX series (2.42) and CG series (1.42) has been released.

For version 1.42
-Added transparent color drawing with the following command.
  • _BmpZoom
  • _BmpRotate
  • _BmpZmRotate
  • DrawMat
  • DotPut
-Fixed the DrawMat command bug that 16-bit bitmap data was not drawn when the width and height were different.
-Fixed the DotPut command bug that 16-bit color drawing could not be performed with the DotPut command.

For version 2.42/1.42
-Fixed the bug of ML command when there is a drawing range outside the screen.
-Fixed the bug when the integral calculation formula causes Math error.
-Changed the specification of the integration command so that the initial calculation precision is valid 5 digits and the result is not rounded.

Cheers
CalcLoverHK

Member
User avatar
Posts: 27
Joined: Sat Jul 20, 2019 11:14 am
Location: Hong Kong
Calculators: None

Re: C.Basic - Casiopeia Help Center

Postby CalcLoverHK » Fri Jan 10, 2020 3:46 pm

Hi Casiopeia community

C.Basic for CG series (1.43) has been released.

-Improved 16-bit color drawing of _Bmp command and DrawMat command.
*Simple 16-bit color bit map drawing without scaling is now 2x faster.
*As a result of this update, the Mat data required for the DrawMat command will be changed to the type of matrix used in the _Bmp command (it is a inverse matrix).
-Fixed Graph Y=,Graph X= command bug that the first coordinate was false in g3m mode.
-Fixed the bug that new folder was not displayed after creating new folder.
-Fixed the bug that [/] remained in F6 when renaming folders.
-Changed specification to not switch to the same mode when switching the memory mode (storage memory/main memory).
-Fixed the bug that F6(VER) was not displayed in "Skeetch Line" in SETUP.
-Fixed the scroll bar on the variable list screen of mini font.

Cheers
CalcLoverHK

Member
User avatar
Posts: 27
Joined: Sat Jul 20, 2019 11:14 am
Location: Hong Kong
Calculators: None

Re: C.Basic - Casiopeia Help Center

Postby CalcLoverHK » Sat Feb 22, 2020 5:18 pm

Hi Casiopeia community

C.Basic for FX series (2.45) and CG series (1.45) has been released.
The detail changes are in Change_EN.txt and ChangeCG_EN.txt.

Cheers
CalcLoverHK

Previous

Return to Released Projects

Who is online

Users browsing this forum: No registered users and 24 guests