microsoft / pxt-chibitronics

Chibitronics Love To Code board editor with Microsoft MakeCode
https://makecode.chibitronics.com
Other
23 stars 15 forks source link

Trigonometry in Math docs page #158

Closed Jaqster closed 6 years ago

Jaqster commented 6 years ago

Why is there a whole section on Trigonometry on the Math docs page? https://makecode.chibitronics.com/blocks/math I know Peli loves math... but is this relevant?

pelikhan commented 6 years ago

Math is currently a single monolitic page, we should break it apart. Yes, we should document all the Math APIs we provide.

samelhusseini commented 6 years ago

Also. Math.PI and other math constants are in common packages and not in Chibi at the point

pelikhan commented 6 years ago

Then you'll need to use the override option to clear out those sections.

xobs commented 6 years ago

We do have some trig functions available as syscalls, should you want to support those: https://github.com/chibitronics/ltc-compiler-layer/blob/master/support/syscalls-db.txt#L126

ganicke commented 6 years ago

Fixed in https://github.com/Microsoft/pxt/pull/3759.