unitycoders / uc_pircbotx

A bot for #unity-coders using pircbotx
GNU General Public License v3.0
3 stars 2 forks source link

Math #64

Closed webpigeon closed 8 years ago

webpigeon commented 8 years ago

This is the math module which uses Infix notation and allows for COS,SIN,TAN as well as the basic +,-,/,*

webpigeon commented 8 years ago

OK - So don't merge this, @velus found out how to b0rk it :)

webpigeon commented 8 years ago

[18:26:17] &math COS(SIN(COS(90))) [18:26:17] velusunivers-sys: Something has gone wrong, please let the developers know [18:26:25] YAY I BROKE IT [18:26:48] &math COS(90+SIN(90)) [18:26:49] velusunivers-sys: Something has gone wrong, please let the developers know [18:27:19] &math COS(90)+SIN(90) [18:27:19] velusunivers-sys: Something has gone wrong, please let the developers know [18:27:25] &math COS(90)

webpigeon commented 8 years ago

See pull request #78, this is now not needed.

coveralls commented 6 years ago

Coverage Status

Changes Unknown when pulling 59897d3a84713f3b9e285000127219858e71ad52 on math into on master.