Posts by zoop
- 10.09.2003, 22:58
- Forum: Bugs
- Topic: Division by zero on Alpha hardware
- Replies: 0
- Views: 1151
Division by zero on Alpha hardware
Hi! I have a bug report here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=146305 and I think the bug is still present in 1.3.0. The problem lies in celmath/vecmath.h: template<class T> void Vector3<T>::normalize() { T s = 1 / (T) sqrt(x * x + y * y + z * z); x *= s; y *= s; z *= s; } The divisi...
- 09.09.2003, 16:37
- Forum: Development
- Topic: Copyright uncertainties of Celestia
- Replies: 2
- Views: 2487
Copyright uncertainties of Celestia
Hi, Celestia developers! I'm the new maintainer of Celestia for the Debian Project. On 2003-09-01 I have sent an email to celestia-developers@lists.sourceforge.net about the copyright uncertainties that celestia undoubtedly has. I so far have not received any feedback and thus I'm posting here. I wo...