murkle / commons-math

Mirror of Apache Commons Math

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow compile on GWT 2.8.0

murkle opened this issue · comments

4f149c6

Main changes:

  • add Cloner, GWTMath (GPL2+classpath)
  • remove almost all of FastMath
  • change catch (ClassCastException) to implicit "instanceof" check as
    GWT doesn't support that
  • changed x.clone() to Cloner.clone(x) as GWT doesn't support that
  • Deleted some files / packages that don't compile