Posté le 26/04/2019 10:08
Planète Casio v4.3 © créé par Neuronix et Muelsaco 2004 - 2024 | Il y a 243 connectés | Nous contacter | Qui sommes-nous ? | Licences et remerciements
Planète Casio est un site communautaire non affilié à Casio. Toute reproduction de Planète Casio, même partielle, est interdite.
Les programmes et autres publications présentes sur Planète Casio restent la propriété de leurs auteurs et peuvent être soumis à des licences ou copyrights.
CASIO est une marque déposée par CASIO Computer Co., Ltd
Citer : Posté le 26/04/2019 12:12 | #
Sorry.
C.Basic has a bug of big number in Fix.
In the monochrome version of C.Basic, Sprintf( coomand can be used same as C.
However a bug remains in the 90+E version.
As a temporary solution until bug fix,
Please change the display method by the number of digits.
Overclocking utilitaire Ftune/Ptune2/Ptune3 est également disponible.
Si vous avez des questions ou un rapport de bogue, n'hésitez pas à me le faire savoir.
Citer : Posté le 26/04/2019 13:00 | #
Thanks for your answer, but it's not answer my question...
I would like to fix the number of digits my programm displays with the engineer notation
Citer : Posté le 26/04/2019 14:12 | #
Oh! Sorry!
ENG and Fix can be combined.
1234567891.123 ' Fix 3
123.457M ' Fix 3 with ENG
I noticed now.
This is not compatible with Basic Casio.
I will fix it!
Overclocking utilitaire Ftune/Ptune2/Ptune3 est également disponible.
Si vous avez des questions ou un rapport de bogue, n'hésitez pas à me le faire savoir.
Citer : Posté le 26/04/2019 14:21 | #
Okay, thank you very much !
Citer : Posté le 26/04/2019 16:53 | #
Je ne sais pas vraiment ce que c'est le C.basic mais si c'est comme le basic casio je fais ça moi :
Print Int(1.0256974582166999x1000)/1000
Ce qui donne :
1.025
Bref je sais pas si c'est ça que tu demandes et si ça marchera avec ce que tu veux mais moi je fais comme ça
Citer : Posté le 27/04/2019 09:55 | #
@Shadow15510
C.Basic has been updated.
Please try EngOn + Sci.
@Mastermokemo
C.Basic is a fast and extensible language compatible with Basic Casio.
I often use rounding numbers with the Int function.
Overclocking utilitaire Ftune/Ptune2/Ptune3 est également disponible.
Si vous avez des questions ou un rapport de bogue, n'hésitez pas à me le faire savoir.
Citer : Posté le 27/04/2019 10:18 | #
Thanks you :3
Citer : Posté le 27/04/2019 18:34 | #
Finally the error come from me : Eng with Fix is functional !
Sorry for the disagreement
Citer : Posté le 28/04/2019 08:45 | #
The new version has been modified to keep it compatible with Basic Casio,
Fix with Eng does not work as before in the new version.
Please use Sci with Eng.
Thanks to this topic, I was able to fix the number display format.
Thanks very much!
Overclocking utilitaire Ftune/Ptune2/Ptune3 est également disponible.
Si vous avez des questions ou un rapport de bogue, n'hésitez pas à me le faire savoir.