For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
i am trying to translate this code into oracle , basically it is using caret symbol as follows
f = (n^ -0.5) * 20 * n.
The above formula is to calculate the standard overheads. n is the number variable.
Appreciate if there are any suggestions.