Questions tagged [jscience]

JScience is a comprehensive Java library for scientific computing.

JScience is a comprehensive Java library for scientific computing. It provides strongly typed mathematical and physical structures, as well as efficient integer, rational, real and complex numbers types.

63 questions
0
votes
1 answer

Algorithm or requirement behind Bowtie?

BOWTIE maps test reads to a reference genome. Basically it's a String comparison. Reference String could be a million base pair made by combinations of A C T & G, also the test reads, Now what is the criteria to call a test read as match, mutation,…
user2458922
  • 1,691
  • 1
  • 17
  • 37
0
votes
1 answer

JScience formatting fractions

is there an easy way to format numbers as fractions. if user inputs "1/4in into a INCH unit value, i would like to see "1/4" instead of .25, 1/3 instead of .333333 etc.. sort of like an alias for certain select values. is this something i can do…
0
votes
1 answer

GWT and JScience

In my GWT application, I made a control to display/edit a numerical value with an associated unit (for example to convert meters <-> feet). How could I use the JScience library (jsr-275 implementation) in the client part ? I try to add it to my…
Philippe Gonday
  • 1,747
  • 5
  • 21
  • 32
1 2 3 4
5