Fractions, or "fractional numbers" (lit. "broken numbers"), or "rational numbers", are numbers expressed as the ratio of two integers, such as 1/2 or 23/17.

learn more… | top users | synonyms

1
vote
1answer
42 views

Python class adding fractions

I have this class which takes a whole number and a fraction, and adds them together. The problem, however, is that the __add__ function here converts the answer to a __str__ so when I try and print ...
1
vote
2answers
40 views

adding fractions class python

I have this portion of a class that takes a whole number and a fraction and add them together. def __add__(self, g): whole_add=self.whole_number + g.whole_number numerator = ...
2
votes
0answers
53 views

Simplifying a fraction with decimals for ratio calculation [duplicate]

Assume I want to calculate a ratio equality... So, a c --- == --- b d Where a = 1.2, b = 2.4, d = 5.3 I know how to solve the equation (cross multiply and divide) easily; however, I ...
0
votes
0answers
36 views

Adding fraction with integers in JavaScript

Here is what my friend noticed while working on a project. He does not have any stackoverflow account so I am asking on behalf of my friend. var a = 1.75/3; so it gives a = 0.5833333333333334 ...
1
vote
0answers
41 views

Storing fractions in Ruby on Rails

What is the recommended way of storing fractions for measurements in the Ruby on Rails framework? I have a project where I'm storing measurements, such as 3 3/4 or 5 7/8. I must be able to retrieve ...
5
votes
1answer
45 views

Using numpy vector elements in Fraction module in Python

I'm trying to use elements from a numpy array as an input for the Fraction module and I'm getting the following error: "TypeError: both arguments should be Rational instances" For example, if I do: ...
0
votes
2answers
66 views

Truncate float so as to have only two decimals

C++ I would like to cout float f = 2.3333, but only with two decimals. How do I do that? I remember something like this, but it doesn't work: cout << f:2 << endl;
-2
votes
3answers
88 views

Is there any controls available for star rating?

Is there any controls available for star rating in ios ? So i can use that in UITableviewCell ?? I know there are some open open source controls like DYRating etc.. But iam not able to add it in ...
-2
votes
1answer
21 views

Printing the sum of two functions function f1 and f2

The question tells me to... write a main method that constructs 2 fractions 5/7 and 3/8 and then create 2 other fractions whose values are the sum and product of the original fractions public ...
-2
votes
2answers
100 views

Finding fractions with conditions in C [closed]

I am trying to write a short program in C that finds all fractions in the form of n/d, where: n and d are positive integers with no occurrence of zero n/d is always equal to 0.5 every nonzero digit ...
0
votes
2answers
118 views

Adding fractions using recursion

I need to write a recursive method to compute the following series: m(i) = 1/3 + 2/5 + 3/7 + 4/9 + 5/11 + 6/13 + .... + i/(2i + 1) Then I need to write a program that displays m(i) for i = ...
0
votes
0answers
49 views

What is the most efficient fraction library in Javascript [closed]

I need to do some complicated non-transitive dice rolling probability and expected value calculations in JavaScript and I'm worried about accuracy and efficiency. Because of the accuracy concern, I ...
0
votes
5answers
85 views

Python loop for :1/30 + 2/29 + 3/28

Hello everyone I have a noob question. how do I set up the following code to print: 1/30 + 2/29 + 3/28..........30/1 The numerator is increasing \ denominator decreasing I have the following: ...
0
votes
2answers
193 views

How to reduce/simplify fractions completely (C++)

I cannot for the life of me fathom why I'm getting infinite values returned when I input a normal fraction into the code. Everything but the GCD (Greatest common divisor) seems to be working. Is ...
2
votes
4answers
159 views

Reading fractions in C

How do I read a fraction into C to do math with it? (The fraction will contain the slash symbol) For example, A user will input 3/12. (a string) The program will find the gcd, calculate the reduced ...
1
vote
3answers
62 views

small numbers java [duplicate]

I am trying to divide two numbers in java - more specifically I have the fraction 800/9177 and want to convert it to a double or float or w/e. My problem is when I try to get the value of the ...
2
votes
1answer
46 views

Storing fractional values in mifare cards

Can I store fractional values (like 45.79) as a block value into a mifare classic card?
-1
votes
4answers
65 views

Decimal to fraction won't work for negative numbers

I have this script that coverts decimals to fractions: function toFraction($number){ $numerator = 1; $denominator = 0; for(; $numerator < 1000; $numerator++){ $temp = ...
1
vote
1answer
55 views

Can I get a fraction from a number in python?

I am doing some calculations and before outputting I want to change the number to a fraction. For example 0.25 would become 1/4, well in a list of the two numbers [1, 4].
0
votes
1answer
91 views

Designing a Java class to present fractions correctly

I have created a Fraction Class that does various things such as the addition, multiplication, division, subtraction, greatest common denominator, etc... There is one part that I am lost on. I need ...
0
votes
1answer
153 views

How can I make a Java method for simplifying a fraction?

I have written a Fraction class, and am having trouble with the simplification. When I make the Fraction object, everything works fine, i just think my logic is messy with the simplification. (num ...
0
votes
1answer
37 views

Return a part of a fraction in Calc Openoffice.

What I would like to do is have Calc OpenOffice return the value of the denominator of a cell. I could do this with right or left, but then i'm constrained by the position. Is there a way for me to ...
3
votes
2answers
105 views

Getting numerator and denominator of a fraction in R

Using the function fractions in the library MASS, I can convert a decimal to a fraction: > fractions(.375) [1] 3/8 But then how to I extract the numerator and denominator? The help for ...
2
votes
4answers
317 views

Convert a decimal number to a fraction / rational number

In JavaScript, is there any way to convert a decimal number (such as 0.0002) to a fraction represented as a string (such as "2/10000")? If a function called decimalToFraction had been written for ...
0
votes
0answers
32 views

Hashing a non-reduced fraction

How can I write a hash function that works for a fraction of arbitrary size, and is equal for different fractions that reduce the same way? I tried converting it to a double but two fractions that ...
-1
votes
2answers
40 views

Fractions, solve to simpliest form [closed]

I'm having trouble solving this expression: (x - 1)(7x + 6) 7 ----------------- + ------- (x - 1)(x + 1)^2 (x + 1) What's the steps to solve this? I know you expand (x + 1)^2 to (x + ...
0
votes
5answers
75 views

Using Fractions On Websites

Is it possible to use any fraction symbol on a website, represented as ¼ rather than 1/4 for example? From what I've gathered, these are the only ones I can use: ½ ⅓ ⅔ ¼ ¾ Is this right and ...
1
vote
2answers
195 views

Continued Fraction to Fraction Malfunction

I've been working on Project euler Problem 57 (Love the site!). For this problem a conversion is required between a finite continued fraction and a normal fraction. I devised an algorithm that ...
0
votes
1answer
85 views

constructor Rational in class Rational cannot be applied to the given types?

So the gist of this program is to create a Rational class so that when you run it, a GUI input will come up and ask for a numerator and a denominator. It will then return the reduced fraction. But I ...
9
votes
2answers
90 views

Convert Fractions to Words

I'd like to know if there is a neat way to convert 1/2, 1/4, 5/8 into words (half, quarter, five eighths) using PHP. I've got a product data feed, and need to create a clean URL for each product ...
-1
votes
1answer
68 views

How to store a fraction as a character in MySQL so it can be outputted within text [closed]

I am trying to store the fraction 3/5 (three fifths) as a character in MySQL so that it outputs in php like the symbol ½ within a line of text. I am using phpMyAdmin. The code for the fraction 3/5 ...
0
votes
0answers
77 views

Weka Tree Visualizer Fractions

Does anyone happen to know what the second set of numbers means in the Weka Tree Visualizer Fractions? E.g. An end leaf node in my Visualizer says: TRUE (8/0) [2/0] I know that in the first ...
1
vote
4answers
102 views

Extracting Fraction from Number stored as string

I've got a field in this database that stores number like so: 80 1/4 20 1/8 20 36 15/16 44 1/8 93 7/8 89 1/8 I'm trying to convert these to a full decimal so I can add them up. I've been ...
5
votes
4answers
186 views

Convert percentage to nearest fraction

We have a very data intensive system. It stores raw data, then computes percentages based on the number of correct responses / total trials. Recently we have had customers who want to import old data ...
0
votes
1answer
232 views

Java method to accept mixed number fraction and return a double

I need help getting this method to accept a mixed number e.g. (2 1/2) stored as one variable instead of two. Currently I have int and frac which come from two separate text fields. public double ...
0
votes
2answers
153 views

Convert number to fraction using symbols like ¼ ½ ¾ (in google spreadsheets)

I would like to convert a number to a fraction in Google spreadsheets (I'm on the latest Firefox, Windows 7). After some searching I managed to find this formula which works well for me (It converts ...
1
vote
2answers
101 views

Reducing the complexity of my Java program

I have written a program in Java but it has a huge computational time, I don't know why. Can some one please give some pointers to reduce the complexity? Also after computing some values like after ...
3
votes
1answer
132 views

Font for fractions

I have a function that converts a decimal to its fraction equivalent. I have found some of the fractions but i cannot seem to find the sixteenths (1/16) fractions. Anyone got any suggestions as to ...
0
votes
4answers
185 views

Retrieving Fraction part from a double in C++

I am taking input in double and then typecast it in order to take out the fraction part. However when the input is a small number lets say 4294967295.2 , the fraction part is retrieved, but when I ...
2
votes
3answers
369 views

Double to fraction in Java

So what I'm trying to do is convert double to rational number. I check how many digits there is after decimal point and I want to save the number 123.456 as 123456 / 1000, for example. public ...
1
vote
2answers
183 views

Function to round mm to the nearest 32nd of an inch

I really badly need a php function that will convert a millimeter into a fraction (in inches). For example: 16mm = 5/8 of an inch 321mm = 12 41⁄64 inches I have searched high and low for any php ...
1
vote
2answers
384 views

Using Fractions in Python

I'm using classes here to input a fraction (when given the numerator and denominator), as well as add and multiply two fractions together. For some reason, the imported fractions module only works ...
3
votes
2answers
289 views

How to add two fractions?

Assuming that these functions are already given: include <stdio.h> /* printf */ include "fractions.h" /* struct FRACTION, add_fractions */ struct FRACTION ...
4
votes
2answers
124 views

How to convert a string representing a binary fraction to a number in Python

Let us suppose that we have a string representing a binary fraction such as: ".1" As a decimal number this is 0.5. Is there a standard way in Python to go from such strings to a number type ...
0
votes
2answers
339 views

Python program to calculate pi with the following sequence: pi = 4/1 - 4/3 + 4/5 - 4/7…etc [closed]

Just stuck on this problem and I've tried many ways but this is what I have so far. Not sure what's wrong with it. def main(n): summ=0 pipe=0 for i in range(1, n, 4): x = 4/i ...
1
vote
2answers
135 views

formatting NSDecimalNumber issue

I'm trying to create NSDecimalNumber with simply format like: 123.00 with two fractional digits after dot, always. I tried use the NSFormatter and many other ways like converting float from string ...
3
votes
1answer
105 views

How is python's fractions.limit_denominator implemented?

limit_denominator(max_denominator=1000000) Finds and returns the closest Fraction to self that has denominator at most max_denominator. This method is useful for finding rational approximations to a ...
4
votes
5answers
233 views

compare fraction without overflow

I am coding in C++. I am given 2 fractions, a/b and c/d where a,b,c,d are int. Does anyone know of a way to do a/b>c/d without overflow. For example, if I set a,b,c,d as the 4 largest primes less than ...
4
votes
5answers
182 views

Comparing two fractions (< and friends)

I have two fractions I like to compare. They are stored like this: struct fraction { int64_t numerator; int64_t denominator; }; Currently, I compare them like this: bool fraction_le(struct ...
0
votes
1answer
193 views

Javascript - convert mixed fraction to decimal

I have a series of recipe ingredients listed like "1-1/2" which I need to change to a proper number like "1.5" in order to calculate according to serving sizes. How do I change the mixed fraction to a ...

1 2 3 4