Tag Archives: algorithm

BigDecimalMath

Java 8 is out and there are still no Math functions for BigDecimal. After playing around with some implementations to calculate Pi I decided to write some implementation of BigDecimalMath to fill this gap. The result of this is available … Continue reading

Posted in Development, Java, Math | Tagged , , , , , , , | 8 Comments

Using Force-Based Graphs

This is a collection of my experiences using force-based algorithms to draw graphs. I used this algorithm in the Wiki Spiderweb application. Here the good points: Easy to implement Natural looking results User interaction is possible Some influence of placement … Continue reading

Posted in Development | Tagged , , , | Leave a comment