fractions
There are 103 repositories under fractions topic.
jiggzson/nerdamer
a symbolic math expression evaluator for javascript
AdamWhiteHat/BigDecimal
An arbitrary-precision decimal (base 10) floating-point number class. Over 2.5 million downloads on NuGet!
lights0123/fractions
A simple web app to create Unicode fractions
AdamWhiteHat/BigRational
Arbitrary precision rational number class
Jonny-exe/binary-fractions
A Python package for floating-point binary fractions. Do math in base 2!
tigertv/BeeNum
BeeNum is an arbitrary-precision arithmetic library.
pub-calculator-io/mixed-number-calculator
Free WordPress Plugin: Mixed number calculator is designed to help you add, subtract, multiply, and divide mixed numbers. Mixed Fractions Calculator is created for performing mathematical operations on mixed numbers. www.calculator.io/mixed-number-calculator/
Anypodetos/qonvert
Qonvert lets you convert rational numbers between different bases and between different representations such as positional notation and improper, mixed, continued and Egyptian fractions, as well as Greek and Roman numerals. The numbers can have basically arbitrary size and precision.
Chriscbr/zig-fractions
Simplify, convert, and do math with fractions in Zig
pub-calculator-io/decimal-to-fraction-calculator
Free WordPress Plugin: Decimal to Fraction Calculator converts decimals to fractions or mixed numbers. The Fraction converter works for terminating and for recurring decimals. www.calculator.io/decimal-to-fraction-calculator/
pub-calculator-io/mixed-fraction-calculator
Free WordPress Plugin: Mixed number to improper fraction calculator to convert mixed numbers, consisting of a whole number and a proper fraction, to improper fractions. www.calculator.io/mixed-fraction-calculator/
lycantropos/cfractions
Python C API alternative to `fractions` module
pub-calculator-io/equivalent-fractions-calculator
Free WordPress Plugin: Equivalent fractions calculator to find equivalent fractions of positive and negative mixed numbers, integers, proper and improper fractions. www.calculator.io/equivalent-fractions-calculator/
pub-calculator-io/fraction-to-percent-calculator
Free WordPress Plugin: Fraction to percent calculator converts proper and improper fractions to percentages. Calculator is using fraction-decimal-percent algorithm. www.calculator.io/fraction-to-percent-calculator/
pub-calculator-io/adding-fractions-calculator
Free WordPress Plugin: Adding fractions calculator to add and subtract proper and improper fractions. The calculator performs operations with up to nine given fractions. www.calculator.io/adding-fractions-calculator/
ahotko/MathExtended.Fractions
Fractions Library for C#
pub-calculator-io/fraction-calculator
Free WordPress Plugin: Check out this free online fraction calculator. It can solve mathematical problems such as addition, subtraction, multiplication, and division of fractions. www.calculator.io/fraction-calculator/
abdel-17/swift-rational
Swift package for working with rational numbers
danieldotwav/Fraction-Arithmetic-Calculator
This C++ program demonstrates basic object-oriented programming principles through the implementation of a Fraction class. It includes constructors, destructor, operator overloading, and exception handling for division by zero. Users can input two fractions, and the program will calculate their sum.
NaghamProgrammer/Fractions-calculator-multiply-and-divide
Fractions calculator multiply and divide using regex patterns
pub-calculator-io/fraction-to-decimal-calculator
Free WordPress Plugin: The fraction to decimal calculator allows the user to convert fractions to decimal points while specifying the rounding options. www.calculator.io/fraction-to-decimal-calculator/
ddablib/fractions
Fractions Unit
Pranav-Rastogi/Fraction
Java implementation of a fraction.
SimonStnn/fractions
Fractions program for Object Oriented Programming Evaluatie 3
ahotko/MathExtended
C# Math Library with Functions, not included in standard Library. Compatible with NET.Core and NET.Framework
Dheirya/multiply-by-zero
Multiplies a number by zero. Useful for when you need to multiply a number by zero
EricRovell/rational
Rational is rational numbers library written in JavaScript
Fylipp/rational
Kotlin fraction implementation
jackmcpickle/sass-fractions
converts numbered fractions into words or lowest common denominator
jeffrey-zang/fraction-simplifier
for JAMHacks 8. Your fractions, simplified.
JLD425426/FractionVisualization
Fraction Visualization is a python-based application that teaches students about fraction mathematic operations through visual representations and an interactive experience including cutting, shading, and moving rectangle pieces.
JonSeijo/pell-equation-solver
Generate the fundamental solution (minimal x) to Pell's equation for any parameter. x^2 - n*y^2 = 1
maximgrynykha/simple2decimal
🧮 Simple to decimal fractions converter
patricknevindwyer/chunky
Extended chunking and enumeration manipulation for Elixir.
stelar-labs/opis-rs
Opis is a library for rational number and matrix arithmetic.
vladkens/fractions-math
🐍🔢 Implementing fractions module from The Python Standard Library on TypeScript.