Actions
Bug #77
closedproblème avec Atan
Start date:
01/24/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
La commande Atan ne fonctionne pas avec la version 0.9.3.1
number# = (y-y0)/(x-x0)
angle# = Atan(number#) // error: type mismatch
Updated by Francois Lionet almost 5 years ago
- Status changed from New to Resolved
- Target version set to 0.9.3.2
Fixed!
Updated by Baptiste Pillot almost 5 years ago
- source : https://www.amos2.fr/ide/Amos2/Ide/Program/447
- run : https://www.amos2.fr/run/tickleman/77/
- compile result : main.aoz:3:22: error: type mismatch
- complete compiler log (0.9.3.1) :
Error during compilation
AOZ Transpiler Version 0.9.3.1 - 21/01/2020
By Francois 'Amos' Lionet (c) AOZ Studio 2019
Website: https://aoz.studio
Support the project on Patreon: http://www.patreon.com/francoislionet
---------------------------------------------------------------------
PATH->Z:/home/amos2/compiler/0.9.3.1/languages
Removing directory: /home/amos2/ide/input/tickleman/77/html
Compiling /home/amos2/ide/input/tickleman/77, emulation: PC, speed: fast.
First pass...
main.aoz:3:22: error: type mismatch
{}
Task failed, no code generated...
Waiting for 0.9.3.2 to validate this :).
Actions