-
Recent Posts
Categories
- Android (15)
- Applications (9)
- Development (14)
- GLSL (2)
- Java (9)
- LibGDX (2)
- Math (5)
- Photography (1)
- Scala (3)
- Timelapse (1)
- Tips and Tricks (3)
Tags
Archives
Monthly Archives: April 2018
Implementing non-integer Factorial and Gamma function for BigDecimal
Introduction This article describes how the factorial and Gamma functions for non-integer arguments where implemented for the big-math library. For an introduction into the Gamma function see Wikipedia: Gamma Function Attempt to use Euler’s definition as an infinite product Euler’s … Continue reading
Posted in Development, Java, Math
Leave a comment
Release 2.0.0 of big-math library supports now complex numbers
The easter week-end was the perfect time to polish and release version 2.0.0 of the big-math library. The class BigComplex represents complex numbers in the form (a + bi). It follows the design of BigComplex with some convenience improvements like … Continue reading
Posted in Development, Java, Math
Leave a comment