Enter Keywords:
1 - 10 of 94(0.012 seconds)
Sort By:
 
I have a nvarchar(10) string with a value of '2/3' How do I turn that into a fraction and apply it to a value to calculate the percentage result? Example, Declare @frac nvarchar(10) set @...
Zones: MS SQL ServerDate Answered: 03/17/2003 Rating: 9.0 Views: 0
I have a view that divides the differences of two dates to get a percentage: datedif(d, date1, date2) / datedif(d,date3, date4) It divides it ok, but it rounds to 1 or 0 instead of showing a ...
Zones: DatabasesDate Answered: 06/18/2004 Rating: 7.2 Views: 0
what's strange about the following fractions: 19/95, 26/65, 16/64?
Zones: Puzzles / RiddlesDate Answered: 12/06/2004 Rating: 7.8 Views: 0
I have "date/time" that is in the scientific format (double) e.g. 2005.43433344. 2005.5 Technically, 2005.5 represents the exact half way in the year. Is there an easy way(Windows Function o...
Zones: Windows MFCDate Answered: 01/23/2006 Rating: 7.8 Views: 0
I'm trying to setup a spreadsheet for a client, but can't get it to display the way they want. What the sheet does, is it converst Metric sizes, into Imperial Sizes. For instance: 23.8mm / 25...
Zones: MS ExcelDate Answered: 09/01/2006 Rating: 7.8 Views: 0
I am writing a program in C# and i need to find a simple method which works for ALL fractions.  I read in a fraction and divide it into a numerator n, and a denominator d.  I need a piece of code t...
Zones: ProgrammingDate Answered: 10/11/2006 Rating: 7.8 Views: 0
I just wrote a GUI fraction program in C#.  Now this program compiles fine and works, but i am having trouble understanding how to do my program right according to the instructions. I am told to: ...
Zones: ProgrammingDate Answered: 10/12/2006 Rating: 9.8 Views: 0
I need to find a C++ math library function for reducing fractions, but have not been able to find one. Is there one available? If not, can you help me with an algortihm to do this i.e. how to get a...
Zones: C++Date Answered: 04/21/1998 Rating: 6.8 Views: 0
We have a requirement to Display Feet and Inches, it must be displayed in fractions not decimal. Is there a component which will provide this?
Zones: Delphi ProgrammingDate Answered: 07/16/1998 Rating: 5.8 Views: 0
Hi !! Could you guide me as to how i could possible display fractions like 1/8 3/8 7/8 and the lot. Thanks, thockit
Zones: JavaDate Answered: 10/18/1999 Rating: 7.2 Views: 0