Actions
Bug #99
closedSin, Cos, Tan, HSin, HCos, HTan - Black screen
Start date:
02/01/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
#splashScreen:false
print "Sin: ";sin(0.2);" cos: ";cos(0.2);" tan: ";tan(0.2);" hcos: ";hcos(2)
print hsin(2);hcos(2);htan(2)
Any of these give a black screen when run.
No boot screen, can't ctrl-c it.
Files
Updated by Truls Osmundsen almost 5 years ago
It looks like its hcos thats broken.
All the other works, but putting hcos in the start of the program gives the black screen.
print " hcos: ";hcos(2)
Updated by Francois Lionet almost 5 years ago
- Status changed from New to Resolved
Yes, problem in HCos... thanks.
Updated by Baptiste Pillot over 4 years ago
- File capture.png capture.png added
- Description updated (diff)
- Status changed from Resolved to Closed
- source : https://www.amos2.fr/ide/Amos2/Ide/Program/473
- run : https://www.amos2.fr/run/tickleman/99/
- result :
Ok.
Actions