How to write it in Java?

Hi everyone in the forum,

i gotta translate this matehmatical expressions into java but no idea how. Any suggestion? :

freq_um[getPositionFromString(value)] = 1.0D4/(FREQ(I)/1.0D6/29979.2458);

freq_mixt[getPositionFromString(value)] = 1.0D4/(FREQ(I)/1.0D6/29979.2458);

I mean the arithmetic operations, of course =)

1.0D4/(FREQ(I)/1.0D6/29979.2458)

thankx

[399 byte] By [patucosa] at [2007-10-3 1:58:24]
# 1
Change D to E .
sabre150a at 2007-7-14 18:57:00 > top of Java-index,Other Topics,Algorithms...
# 2
Thanks a lot
patucosa at 2007-7-14 18:57:00 > top of Java-index,Other Topics,Algorithms...