llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
198 stars 411 forks source link

Many functions do not work #217

Closed Iumen closed 6 years ago

Iumen commented 6 years ago

Several functions in the Calculate activity on https://try.sugarizer.org/ do not do what they are supposed to. Arcsin and arccos return values when you input numbers less than or greater than one. Functions like mul and div are also not recognized and return "undefined symbol ".

llaske commented 6 years ago

@mikklfr could you explain how evaluation is done ? I guess it's based on JavaScript eval function but there should be some parsing too.

mikklfr commented 6 years ago

Hey @Iumen thanks for the report. Thanks @llaske for mentioning me.

I have a few questions :

Thanks !

llaske commented 6 years ago

No way to reproduce it.