Re: Please review my site Programming Web Development by jasper-king The site looks nice with many useful tutorials and categories related to online streaming. Also, I like the floating menu that helps you to find right content. You did a good job with the website :) Floating Point Representation Programming Computer Science by Foxtildawn Floating Point Representation: I have to convert 21.426304 into an … Re: Floating Point Math, Need some assistance. Programming Software Development by ddanbe Floating point calculations can be a tricky buisness. Try [B]double [/B]and see if you have the same problems. Suggestion for reading: [url]http://en.wikipedia.org/wiki/Floating_point#Machine_precision[/url] Re: Floating Point Representation Programming Computer Science by murschech …, but here's how to write it as a normalized floating pt. number: Since the smallest pwer of 2 bigger than… Floating DIV Question Programming Web Development by Potato.Head … all, I have the follwoing challenge: I need to set floating elements in a document and its position should be relative… x and y of the element and then set the floating DIV relative to it. Thanks in advanced [code] <html…:#FFFFFF; border:2px solid #2266AA"> This is a floating DIV </div> </body> </html>… Floating IP Address in AOL Programming Web Development by zippee Many of you may aware that AOL using floating IP address to manage their internet connection. When I develop … 4-part IP address to avoid any error due to floating IP. The code is so far running ok, however, I…'m not convience it will stay ok forever as floating IP can change all four parts of the IP address… Re: Floating IP Address in AOL Programming Web Development by digital-ether [QUOTE=zippee]Many of you may aware that AOL using floating IP address to manage their internet connection. When I develop … 4-part IP address to avoid any error due to floating IP. The code is so far running ok, however, I…'m not convience it will stay ok forever as floating IP can change all four parts of the IP address… Floating point precision Programming Software Development by prodigyaj …me makes some sense with my questions. I have a floating value float f = 5.3606; and I output …when n goes above 6, the representation of the floating number changes as I increase n the precision after the… the scientific format. I need values in the standard floating point format with precision after the decimal point uncompromised. … Floating Menus Community Center Meta DaniWeb by Mike Askew …me down on page rendering once the menu is floating resulting in the following: ![6a18fcc0f5f4348d95e10aac501b78c5](/attachments/fetch/… top, but as soon as it becomes a floating menu the render breaks. And secondly the same…wondered if it would be possible to restrict the floating menu :) On any of my other machines … floating divs problem Digital Media UI / UX Design by Violet_82 … am doing or have I run into some kind of floating bug? There are a couple of things I should mentioned… height etc etc, so I would like to stick to floating divs if it is ok. So let's look at… the relevant code: <h2>Floating problem</h2> <div class="mainWrapper"… Re: Floating DIV Question Programming Web Development by mschroeder …:#FFFFFF; border:2px solid #2266AA"> This is a floating DIV </div> </body> </html>… Re: floating divs problem Digital Media UI / UX Design by BMXDad …> <html> <head> <title>Floating problem</title> <style type="text/css…> </head> <body> <h2>Floating problem</h2> <div class="mainWrapper"… floating exception (core dumped) Programming Software Development by hectic … in simple way but when used recursion it give the floating exception (core dumped), it have tries to debug and it…] my program takes input , when input is complete it gives floating exception (core dumped) error and program terminates, what is the… floating point/character Programming Software Development by moogle1979 … ever been asked in C before but I have a floating point variable like this: [code] while (fCost <= 0.0…;, &fCost); } [/code] note the variable was named as a floating point earlier When I type in c or m or… Floating Decimal Variable? Programming Software Development by txwooley …. Not too hard. But I need the results to be floating point not integers even though the x and y inputs… right there. How do I turn a variable into a floating decimal number? Floating Point representation & Two's Compliment. Programming Computer Science by NiGhtMarEs0nWax … further with the course. The first is how to represent floating point numbers in binary. i have a good grasp of…'t get, could someone explain the process? this lot requires floating point [B][U]representation[/U][/B] using a 16bit mantissa… Floating Point Precision Loss Programming Software Development by AnGuRuSO … begins to shrink. I became confused, then I realised something. Floating point numbers are truncated. Here's some code that is…'m really completely stumped. I remember when studying assembler that floating point numbers can be truncated or rounded. I think rounding… floating point representation Programming Software Development by shahab03 here is an example of floating point representation ... I am unable to understand whats going on. … understand this... thanks Convert 0.1015625 to IEEE 32-bit floating point format. Converting: 0.1015625 × 2 = 0.203125 0 Generate… Re: floating point syscall Programming Software Development by wildgoose … digit. Why are you now entering as a Single-Precision Floating-Point value and having the system call do the work… you, you need to enter a 64-bit Double-Precision Floating-Point value, or an 80-bit Extended Double-Precision… floating point problems after conversion from string Programming Software Development by n0de Hi, i'm getting only one digit after floating point after conversion from string to float. Have tryed from … one or none (if i have number.00) digits after floating point. Would be very happy to hear something that might… Re: floating point problems after conversion from string Programming Software Development by n0de … solution :) but in file i have only 2 digits after floating point, if i setprecision(10) - i have 4 digits after… floating point, first two are ok, but others are from heaven - … Floating point exception when evaluating postfix Programming Software Development by zeppelyn … will either output "segmentation fault" or a "floating point exception" when it attempts to evaluate the postfix… * 5 Corresponding Output: > 2 + 3 * 5 > 235*+ > Floating point exception Input file: > 2 + 3 * 5 2 + 3… Re: Floating Menus Community Center Meta DaniWeb by Dani > Already implemented a float lock when viewing threads by the looks of it :)? That was the original intended behavior (to not work on thread pages). As per: http://www.daniweb.com/community-center/daniweb-community-feedback/threads/452686/floating-menus#post1962884 Re: Floating Menus Community Center Meta DaniWeb by Dani Would the "Favorite Forums" popup menu in the bottom toolbar (the way it worked before the migration) be equally suitable? It's really tough to add the floating header to thread pages, and if that alternative would suit your needs just as well, then that's a win-win. Re: Floating Menus Community Center Meta DaniWeb by pritaeas Not sure if this is related to the new menu, but when I press [end], my page doesn't go to the end the first time (Opera and IE). The bottom bar is hiding behind the floating purple bar. It's annoying. (only in the forum's article view) Re: Floating Menus Community Center Meta DaniWeb by Dani … that it's not an easy task to put the floating header on article pages is due to advertising. Article pages… Re: floating divs problem Digital Media UI / UX Design by iJimJones … which contains #2 and #4. That way you have independent floating behaviors in the different columns. You can place the left… floating exception (core dumped) - (division by zero) Programming Computer Science by zimbayla … know my code works well but it seems the message floating exception (core dumped) is because if my (preval / 0) the… would like to add this condition to avoid the the floating exception (core dumped) ``` if (function == 0) {puts("Division by… Re: floating numbers Programming Software Development by Narue >how do floating numbers work exactly There's an [url=http://cch.loria.…/IEEE754/ACM/goldberg.pdf]ebook[/url] out there that describes floating-point in detail. It's also over 40 pages of… Re: floating point/character Programming Software Development by Aia >How to I get the loop to repeat and not accept a character so I can prevent the infinite loop? By ditching the use of scanf() to read input form user. Here's the start of [URL="http://www.daniweb.com/code/snippet357.html"]alternatives[/URL] on how to read a floating point from user.