Android app to compute the Riemann-Siegel function Z(t) for positive real value t, and display sketch graph of the results..
Riemanndroid is hosted in the following web site
https://github.com/jonghough/Riemanndroid
If you think the Android project Riemanndroid listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Riemanndroid.
Item | Value |
---|---|
Java File Count | 7 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 9 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
There are 3 image files in Riemanndroid. The names of the image files are listed as follows.
ic_action_search.png launcher.png title.png
The following screenshort is generated from the image listed above.
Riemanndroid has the following Java source files.
com.jgh.riemanndroid.GraphPanel.java com.jgh.riemanndroid.MainActivity.java com.jgh.riemanndroid.ZCalculatorActivity.java com.jgh.riemanndroid.compute.Coefficients.java com.jgh.riemanndroid.compute.ZCalculator.java com.jgh.riemanndroid.interfaces.DrawingFunction.java com.jgh.riemanndroid.objects.GraphPoint.java