Round up problem

I face a problem here. How can i do the round up for this situation in Java? When 2550 is multiplied by 0.03 and then divided by 100. The answer i got is 0.765. When i do the round up, it seems that Java failed to display the correct round up to 0.77, that is in 2 decimal point. It display only 0.76 after rounding up. How can i solve this problem?

its been awile since i remember this rule...but i think we always just made sure whatever we did was consistant... so i may be wrong than what you were taught...
but one rule we had was "always round on five"
then in college we learned in chemistry "round on five only for odds"
so .765 goes to .76 for two digit sig. fig.
while .755 goes to .76 for two digit sig. fig.
you seem sure that it should be .77, so again, maybe the rules were taught differently between us. i just asked my wife, a chemist, and she always rounds for five... again, i think consistancy is the most important, but to answer your question, i dont know any more..

Similar Messages

  • TS3988 When I try to sign in to my iCloud account, I get a message saying that The maximum number of free accounts has bee activated on this iPad. Can I get round this problem ?

    When I try to sign into my iCloud.i get a massage saying that The maximum number of free accounts has been activated on this I pad. Please can you tell me how to get round this problem ?

    All you can do is re-use on of the accounts previously created on your device, or create an account to use on another iOS device or Mac (running OS X 10.7.2 or later), if you have one.

  • Lines round images problem

    Hi there,
    New to Fireworks and just getting to grips with it. I have what is probably a simple problem however it is still driving me crazy. I am rounding the edges of images using the rounded rectangle tool and cutting and pasting to get the result. I want a line round the image an am setting this in the properties area no problem however when I have finished and insert this into my web page the rounded corners of the lined border appear slightly thicker and pixilated. I have tried altering some of the settings however this is still not solving the problem thus making the rounded corners look heavy and uneven.
    Does anyone have any words of wisdom to solve this problem.
    Many thanks.

    Can you post an example of what you're doing? Use the camera icon in the (just to the left of the smilie face) to add it to your message. (If you use the button to attach an image, then it gets queued and can take hours to be available.)
    Then, once we have something concrete to look at, you can explain exactly what it is you don't like about it and what you wish were different.

  • PPro cs6 - Audition cs6 - PPro, round trip problem

    I'm having trouble completing the round trip. I got my audio tracks from PPro CS6 to Audition CS6 without problems, right by the manual. But I'm having trouble getting that audio work back  into PPro.
    I'm working a mid-sized project (one hour class, two cameras, etc. headed for DVD). Got edit lock. Everything is done now except for cleaning up audio. After the audio I can send the whole lot to Encore for DVD making. But first, audio.
    Took the entire sequence to Audition  via PPro's  "Edit...Edit in Adobe Audition...Sequence..."  path. This worked just fine. It pushed all the audio files to Audition, Audition opened up and gave me a "make an Audition project" dialog box, etc. Nearly 100 files came over to Audition, on the right tracks, in the right order. Very nice. Made my changes. So far so good.
    What I've read in the manual says that all I have to do when I'm done is "File...Save" in Audition, then PPro will have and use the changes. Sorta like Dynamic Link, but different. So I did the the project save.
    At this point, things deviated a little from the plan. I started up PPro, opened the project, and no sign of the Audition work. Can't find a file anywhere in the project panel that says Audition on it. The files on the timeline are still the dark green of the multi-camera edit, not the lighter green of an Audition file. When I've done this for individual clips, I've gotten back a file with a name like "*Audio Extracted_1.wav" that shows up with the same green as the Audition icon on my desktop.
    So I thought, fine. Not as easy as I had hoped. I'll just have to import it manually. But PPro doesn't seem to have any idea how to deal with a *.sesx file, which is the project file from Audition.
    Should I be exporting, say, a *.wav file from Audition (how?) and import that into PPro? And if I do, is there a good workflow to re-sync this audio with my video tracks?
    I'm confused. Don't know what I did wrong. Don't know what do to fix it. Don't know how to avoid this in the future. So any help gratefully received.
    Bruce Watson

    OK, now I *am* confused.
    Just did it again (a different DVD project however), as described in my original post. This time PPro stayed open for me. So I sent all the sequence audio files to Audition via the "Edit...Edit in Adobe Audition...Sequence..." comman, then did my editing in Audition, and saved it the Audition project. Go back to PPro, and... nothing. No sign of any file from Audition in the project panel. No sign on the time line. No sign of any Audition file anywhere in PPro that I can find.
    What gives? What am I doing wrong?
    What I did get was a folder at the same directory level as my PPro project file, a folder in it with the project_name I gave Auditon when it opened from the PPro  "Edit...Edit in Adobe Audition...Sequence..." command, and then two files for every clip in the project (a *.wav and a *.pkf), and finally two more files, a project_name.xml and a project_name.xml.sesx.
    I suppose I can export a *.wav file to PPro manually. Worked before. But I'd like to learn the "correct" way, the way Adobe intends it to work.
    Darned if I can figure out what I'm doing wrong though. Help???

  • Rounding value problem in planned order

    Hi,
           if we have demand for X material is 1.500 qty. & under this 2 material having usage probablity is 50-50% also single material having qty is 1 nos. But if i am taking run for X material having demand of 1.500 qty. then it will give rounding value as 1  qty not 0.75  qty for each material.
    my problem is about rounding value. we are using strategy 40 & Lot Size is EX & Procurement type is E.
    i also check in OMI4 for lot isze,pls reply me
    Best Regards,
    Dev

    Hi Dev,
    For rounding  value you need to check the below two fileds in Material Master  MRP 1 view :
    1. Rounding Profile
    2. Rounding Value
    If the rounding value is 1 then system will round off to 1 for any decimal requirement like 0.1,0.2,0.3...... etc.
    regards
    radhak mk

  • Http Service Round Up problem

    Hi,
    I am using flex3 in the client side and java 5 in the server
    side in a web application.
    In my application to exchange the data I am using HttpService
    mechanism.
    Now in this mechanism I am facing the following problem.
    A field is alphanumeric in nature. Now when it contains
    purely numeric value more than 14 digits, then when accessing it in
    the success result handler it is giving the round up value though I
    need the original value.
    For example:
    Let say it is BIC Code and its original value is
    5251010000000327842.
    When I am generating the response from the server side I am
    setting this value.
    Now when I access this from the success result handler I get
    the value as 5251010000000328000 instead of 5251010000000327842.
    Can any one help me how to over come the problem?
    Thanks in advance.

    "kitumaster" <[email protected]> wrote in
    message
    news:gfgsdh$de8$[email protected]..
    > Hi,
    > I am using flex3 in the client side and java 5 in the
    server side in a web
    > application.
    > In my application to exchange the data I am using
    HttpService mechanism.
    >
    > Now in this mechanism I am facing the following problem.
    >
    > A field is alphanumeric in nature. Now when it contains
    purely numeric
    > value
    > more than 14 digits, then when accessing it in the
    success result handler
    > it is
    > giving the round up value though I need the original
    value.
    >
    > For example:
    >
    > Let say it is BIC Code and its original value is
    5251010000000327842.
    >
    > When I am generating the response from the server side I
    am setting this
    > value.
    > Now when I access this from the success result handler I
    get the value as
    > 5251010000000328000 instead of 5251010000000327842.
    http://choronzon.net/Jared/OReilly%20Bookshelves/web2/action/ch04_03.htm

  • Round Trip problems with FCP, Motion and 16:9

    Hello all-
    I've been having some problems with FCP5 and Motion 2. I am working with anamorphic footage (mini dv), and my problem lies in trying to use the "send to" feature in FCP to Motion 2. If I send some footage to Motion 2, edit it, and then go back to FCP to look at my edit, the anamorphic flag has been removed... the video is squished and there are black bars on the right and left sides of the film. I can easily fix this if I find the clip in the FCP browser and check the anamorphic flag, then drag and drop that clip over the original in the sequence, but I was wondering if there was an easier way. Is there a way to make it be anamorphic when it comes back into FCP from Motion 2?
    Thanks!
    Dual 1.8 G5/2GB & 12 PB G4/1.25GB   Mac OS X (10.4.4)  

    Yes, it loses the anamorphic flag on round trip. Just
    ctrl/right-click on the Motion project in your
    timeline, select Properties/Format and click on the
    anamorphic setting column.
    Patrick
    Patrick-
    Thanks for the reply. That's exactly what I've been doing, but I was just wondering if this was an actual bug or not. I guess we will have to wait for Apple to fix it...
    BTW- Whenever I check the anamorphic culumn, I always have to re-drag and drop the clip in the timeline again. Is this right? Or should it go ahead and change it in the timeline automatically?
    Thanks again!
    Dual 1.8 G5/2GB & 12 PB G4/1.25GB   Mac OS X (10.4.4)  

  • Round trip problems: Trying to remove "noise print"

    Hi,
    I am having trouble understanding the nature of STP's round-trip capabilities.
    I have a 40 minute FCP timeline (FCP v5.1.4 on an MacPro). I need to remove some camera "hum" from the majority of the clips (I have 6 clips total).
    My problem began about a week ago when creating a sample clip for the client to see, I used the Send To > STP Multi-track project. I opened the audio clips in the waveform editor and did a reduce noise print for both clips (I had to do this twice for each side of the stereo clips). When going back to FC, I felt the reduce noise was too strong, so I tried to return to the ST Multitrack project and could not undo the reduce noise print. When I checked the actual "capture" clip in the FCP Capture Scratch folder - the reduce noise is saved onto the clip - How and why did STP make that a destructive edit?
    My second issue is with regards to removing the noise print from all the other clips. Do I need to individually edit each clip segment to reduce the noise print? And if so - is there a way to do this non-destructively?
    Any help is greatly appreciated!
    Thanks!
    -J

    I'm guessing here a little . . . you may have done a save when in "audio file project". That will over write a master clip's audio. Simply return to the multitrack project and do a save there instead. Then, the effects will be saved to the sent file, not the master clip.
    Also, anytime I know I'm going to be doing some "heavy duty" audio sweetening, I duplicate the timeline. That way, anything goes awry, I've got a clean timeline to return to.

  • 2 round trip problems.

    We are working on three timelines that we are round tripping through Color....
    Problem #1. Timeline in FCP is DVCPRO HD, 23.98 fps. Send to Color. Color project settings are now set to 29.97 fps DF, grayed out and can not be changed. When rendered and sent back to FCP, sequence settings are 23.98. Is this normal?
    Problem #2. Only 1 of our timelines (the last one tried) will reconnect with the renders once we roundtrip back to FCP. Two will not. Render files do show up in the correct Finder directory. Sequences are conformed correctly in the (from Color) versions but do not link to the graded render files, they are not color corrected sequences.
    I searched for these issues but did not come up with what we are experiencing. Any help is most appreciated.

    OK, an update... Problem #2 was solved by saving all our grades in order, then re-sending the sequences to Color, applying saved grades, rendering and resending to FCP. Don't know why the first round didn't work.
    Question #1 remains, why the mismatch in frame rate?
    EDIT: SOLUTION FOUND... the culprit? PSD file as nested sequence (layered file) caused the frame rate issues, and possibly the roundtrip issue as well.
    Message was edited by: avideditor

  • CSS rounded corner problem

    Another question regarding my site which I'm working on.
    I have used a tutorial on a css corners website and put the code on the tutorial on my site to test it out.
    The url is http://www.lindendesign.co.uk/test/templates/header2.html
    In the bit under my navigation menu, there is block with the rounded corners, which appears correctly.
    I have added the exact same code further down, but in the content div, but it appears incorrect.
    Does anyone know why this is happening?
    Also, if anyone could help with the gap between web hosting header (with the green background), and the bit below it (with the borders on the side), that would be great too.
    I've tried everything and I'm really struggling so would really appreciate any help.

    Just to clarify, CSS won't round off the corners on images.  CSS will produce rounded borders around the images.
    CSS:
    img {
    float: left;
    margin: 45px;
    border: 2px solid #999;
    padding: 25px;
    background: #FFF;
    /**ROUNDED BORDERS FOR MOZILLA,
    WEBKIT, LINUX, IE9, OPERA**/
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    HTML:
    <img src="some-image.jpg" width="100" height="100" />
    <img src="some-image.jpg" width="100" height="100" />
    <img src="some-image.jpg" width="100" height="100" />
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Currency Conversion Round-off problem

    Hello
    My customer is in import business.
    When a journal entry is made in Dollar it is converting into Indian Rupee (local currentcy), which is correct
    but it is not rounding off. Also user cannot change it mannualy to adjust the roundo-off figure
    Is there any solution to this
    Regards
    Indrajit

    Hello Indrajit,
    What is your rounding setting for currency?
    Thanks,
    Gordon

  • RFEBBECODA00: rounding calculation problem

    Hi there,
    I'm running program RFEBBECODA00 vi transaction FEBC but for one account in OMR (defined with 3 decimals in TCURX), SAP seems to calculate the ending balance based on amounts with 2 decimals whereas the bank statement has actually amounts with 3 decimals. Because "Calculated ending bal. <> statement" is with 0.01 difference during RFEBBECODA00 execution and, then the conversion is not done.
    Do we have to force this amount via user exit FEB00002 or is there any else solution ?
    Thanks for your help,
    Rgds,
    Phil

    Hi john,
    first of all I would like to say thanks for responce,when I am exporting all data from this Database in middle it is going to freaz every time from past 2 months before that there is no problem like this so i that it has some in DB .I have expoted level0data then deleted all data from DB then loaded level0data after this ran CALCall
    Please give any suggestion
    regards,
    Prabhakar

  • Round of problem

    --individual round
    SELECT ROUND(52322332.48/1000000,1) FROM DUAL--52.3
    SELECT ROUND(27663873.7/1000000,1) FROM DUAL--27.7
    SELECT ROUND(84392933.58/1000000,1) FROM DUAL--84.4
    SELECT ROUND(334954898.15/1000000,1) FROM DUAL--335
    --total value (summation of  the above)
    SELECT ROUND(499334037.91/1000000,1) FROM DUAL--499.3
    it should come 499.4
    please let me know how will i fix it

    898343 wrote:
    --individual round
    SELECT ROUND(52322332.48/1000000,1) FROM DUAL--52.3
    SELECT ROUND(27663873.7/1000000,1) FROM DUAL--27.7
    SELECT ROUND(84392933.58/1000000,1) FROM DUAL--84.4
    SELECT ROUND(334954898.15/1000000,1) FROM DUAL--335
    --total value (summation of  the above)
    SELECT ROUND(499334037.91/1000000,1) FROM DUAL--499.3
    it should come 499.4
    please let me know how will i fix it499334037.91/1000000 = 499.33403791... Why are you expecting 499.4 ?
    Have a look at the oracle magazine of just this month:
    http://www.oracle.com/technetwork/issue-archive/2012/12-sep/o52sql-1735910.html

  • Logic 8 to STPro round trip problem.

    Hi all,
    I hadn't used this in a while, but I seem to recall it working previously (a bit like the Apple Loop Utility used to work also, but that's another story)
    Using the KC 'Open in External sample editor', I can send to SoundtrackPro and refine my sample (though I am still $%^& off that you can't turn off auto scrolling to make fine edits while listening in context), save it and return to Logic.... It used to update the file in Logic with the 'externally' edited version, but it doesn't anymore.... Not sure how long it has been like this.
    Any one else care to share an insight in to this annoyance? Is it actually working for anyone else?
    Regards,
    Matt

    No one else has this problem?
    After using Final Cut Studio 2 for a while now, I am perplexed *** to why seamless integration doesn't occur in the Logic Studio 'bundle'... this is how they tend to promote the bundle products.

  • BOM Rounding value Problem

    Hi
    We are maintaining the BOM components as ,058 but when in to the rounding value  while exploding the BOM to 1 , how to explode the BOM with the actual value ? Any help will be highly appreciated
    Thanks
    JJ

    Hi,
    Goto CUNI , Increase the "Decimal pl.rounding = 3" for BOM component unit of measure  under the "Unit of Measurement " tab.
    Pradeep

Maybe you are looking for