Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / Litipk/php-bignumbers issues and pull requests

#77 - Fixed mantissa (floating point) extraction

Pull Request - State: open - Opened by hbernaciak about 2 years ago

#76 - Leading decimal not supported in fromString

Issue - State: open - Opened by mareeo over 2 years ago

#75 - Implemented JsonSerializable

Pull Request - State: open - Opened by Zakini over 4 years ago

#74 - fromFloat: Ensure dot as decimal point.

Pull Request - State: open - Opened by apapsch over 4 years ago

#73 - Unexpected rounding results

Issue - State: closed - Opened by apapsch over 4 years ago

#72 - Use scale argument in mod().

Pull Request - State: closed - Opened by kevindecapite almost 5 years ago - 1 comment

#71 - `mod()` fails for values >= .95 && < 1.0.

Issue - State: open - Opened by kevindecapite almost 5 years ago

#70 - abs method doesnt work with long negative numbers.

Issue - State: open - Opened by bnd170 almost 5 years ago

#69 - Incorrect decimal calculation.

Issue - State: closed - Opened by kevindecapite almost 5 years ago - 1 comment

#67 - fix Decimal::fromFloat() with specified lower scale

Pull Request - State: open - Opened by PetrHeinz over 5 years ago

#66 - Code style

Pull Request - State: open - Opened by mishavantol almost 6 years ago

#65 - Add formatting method (enhancement)

Issue - State: open - Opened by bdteo about 6 years ago

#64 - Remove hardcoded dependency

Pull Request - State: open - Opened by Blackhol3 about 6 years ago - 2 comments

#63 - Bring back php-exceptions

Issue - State: open - Opened by djeux over 6 years ago - 2 comments

#62 - Use DC::one() in DC::e() to ensure DC::$ONE is initialized

Pull Request - State: closed - Opened by tzhuan over 6 years ago

#61 - ISSUE-60: Fix for division by zero caused by float precision

Pull Request - State: closed - Opened by precariouspanther about 7 years ago - 2 comments

#60 - Division by zero warning in innerLog10

Issue - State: closed - Opened by precariouspanther about 7 years ago

#59 - Add convenient comparison methods isGreaterThan() etc.

Pull Request - State: closed - Opened by petrkotek about 7 years ago - 2 comments

#58 - Division by zero error in div()

Issue - State: closed - Opened by maff about 7 years ago - 3 comments
Labels: bug

#57 - Invalid object type

Issue - State: closed - Opened by Gemorroj about 7 years ago - 1 comment

#56 - Fix incorrect handling of integers represented as floats

Pull Request - State: closed - Opened by uvarovserge over 7 years ago - 1 comment

#55 - Critical: huge calculation error on integer numbers with the type "float"

Issue - State: closed - Opened by uvarovserge over 7 years ago - 4 comments

#54 - Scrutinizer Auto-Fixes

Pull Request - State: closed - Opened by scrutinizer-auto-fixer over 7 years ago - 1 comment

#53 - bcdiv() division by zero error

Issue - State: closed - Opened by djmattyg007 over 7 years ago - 3 comments
Labels: bug

#52 - Transfer the project ownership to an organization

Issue - State: open - Opened by castarco about 8 years ago - 4 comments
Labels: question, help wanted

#51 - Add support for PHP 7.0.

Pull Request - State: closed - Opened by MichaelGooden over 8 years ago - 1 comment

#50 - Add Silver Ratio Constant

Pull Request - State: closed - Opened by agungsantoso over 8 years ago

#49 - [TECH] Add two new methods and their tests

Pull Request - State: closed - Opened by codisart over 8 years ago

#48 - [TECH] Add the arccot method and a new unit test

Pull Request - State: closed - Opened by codisart over 8 years ago

#47 - New release version

Issue - State: closed - Opened by shabbyrobe almost 9 years ago - 2 comments

#46 - [TECH] Add the arctan method

Pull Request - State: closed - Opened by codisart almost 9 years ago

#45 - [TECH] Add the arccosine function

Pull Request - State: closed - Opened by codisart almost 9 years ago

#44 - [TECH] Add the arcsine method

Pull Request - State: closed - Opened by codisart almost 9 years ago - 2 comments

#43 - [TECH] Use the decimalconstants::one() instead of decimal::frominteger().

Pull Request - State: closed - Opened by codisart almost 9 years ago - 1 comment

#42 - [TECH] Add the sec method

Pull Request - State: closed - Opened by codisart almost 9 years ago - 2 comments

#41 - [TECH] Add the cosec method for the Decimal class and the test.

Pull Request - State: closed - Opened by codisart almost 9 years ago

#40 - Fix for float precision errors using number_format() #37

Pull Request - State: closed - Opened by shabbyrobe about 9 years ago - 2 comments

#39 - Decimal formatter

Pull Request - State: closed - Opened by shabbyrobe over 9 years ago - 5 comments

#38 - Fixed truncation when scale not passed to comp()

Pull Request - State: closed - Opened by shabbyrobe over 9 years ago - 5 comments

#37 - Float precision errors using number_format()

Issue - State: closed - Opened by GusGold over 9 years ago - 3 comments

#36 - Constructors using static instead of self to allow inheritance

Pull Request - State: closed - Opened by josecelano over 9 years ago - 3 comments

#35 - Constructors using self

Issue - State: closed - Opened by josecelano over 9 years ago - 3 comments

#34 - Round half even and odd

Issue - State: open - Opened by josecelano over 9 years ago - 4 comments
Labels: enhancement, help wanted

#33 - Improve the coverage metrics by improving* tests

Issue - State: open - Opened by castarco over 9 years ago
Labels: enhancement, help wanted

#32 - The Big Refactor (formerly "Add BigReal interface")

Issue - State: open - Opened by castarco over 9 years ago - 6 comments
Labels: question, help wanted

#31 - Fix of the rounding error for negative numbers.

Pull Request - State: closed - Opened by codisart over 9 years ago - 8 comments

#30 - Bug with the innerRound method with negative Decimal

Issue - State: closed - Opened by codisart over 9 years ago - 1 comment
Labels: bug

#29 - Add BigComplex type

Issue - State: closed - Opened by castarco over 9 years ago
Labels: help wanted, new feature

#28 - Add `BigInteger` type

Issue - State: closed - Opened by castarco over 9 years ago
Labels: help wanted, new feature

#27 - Add BigRational type

Issue - State: closed - Opened by castarco over 9 years ago
Labels: help wanted, new feature

#26 - Check Sensiolabs recommendations on PSR-1

Issue - State: closed - Opened by castarco over 9 years ago - 1 comment
Labels: enhancement, help wanted

#25 - Adding the method cotan for the calculus of the cotangente

Pull Request - State: closed - Opened by codisart over 9 years ago - 3 comments

#24 - [WIP] Fix `pow` behavior on negative numbers

Issue - State: open - Opened by castarco over 9 years ago - 1 comment
Labels: bug

#23 - [WIP] Fix methods and tests on Infinite values

Issue - State: closed - Opened by castarco over 9 years ago
Labels: bug

#22 - Add `forceAsRational` parameter to the pow method

Issue - State: open - Opened by castarco over 9 years ago
Labels: enhancement, help wanted

#21 - Add `isInteger` method to Decimal

Issue - State: closed - Opened by castarco over 9 years ago - 2 comments
Labels: enhancement, help wanted, new feature

#20 - Fix on the tan function when the value is undefined like for tan(pi/2)

Pull Request - State: closed - Opened by codisart over 9 years ago - 1 comment

#19 - Fix on the tan function for the case when tan doesn't exist like pi/2.

Pull Request - State: closed - Opened by codisart over 9 years ago - 3 comments

#18 - Added Sin, Cos and Tan

Pull Request - State: closed - Opened by stefanmajoor over 9 years ago - 1 comment

#17 - Added mod to decimal

Pull Request - State: closed - Opened by stefanmajoor over 9 years ago

#16 - Add methods in Decimal to allow interaction with PHP's native numbers

Issue - State: closed - Opened by castarco over 9 years ago
Labels: enhancement, help wanted, new feature

#15 - Add BigFloat type

Issue - State: open - Opened by castarco over 9 years ago
Labels: help wanted, new feature

#14 - [WIP] Add important numerical constants

Issue - State: open - Opened by castarco over 9 years ago - 1 comment
Labels: enhancement, help wanted

#13 - Add trigonometric functions

Issue - State: closed - Opened by castarco over 9 years ago - 14 comments
Labels: help wanted, new feature

#12 - [WIP] The documentation is outdated

Issue - State: open - Opened by castarco over 9 years ago
Labels: bug, enhancement

#11 - Update composer.json

Pull Request - State: closed - Opened by castarco over 9 years ago

#10 - Add round up

Issue - State: closed - Opened by aschmois over 9 years ago - 5 comments
Labels: enhancement

#9 - Fix #7: leading zero in exponent and zero exponent

Pull Request - State: closed - Opened by silentvick over 9 years ago

#8 - Long exponential part causes an error

Issue - State: open - Opened by silentvick over 9 years ago - 1 comment
Labels: bug, enhancement, help wanted

#7 - Exponential notation validation

Issue - State: closed - Opened by silentvick over 9 years ago - 2 comments
Labels: bug

#6 - Added asFloat asInteger and _innerValue methods

Pull Request - State: closed - Opened by c4pone almost 10 years ago

#5 - Added getter for value

Pull Request - State: closed - Opened by c4pone almost 10 years ago - 7 comments

#4 - Simplified additiveInverse

Pull Request - State: closed - Opened by c4pone almost 10 years ago - 4 comments

#3 - ceil function returns float

Issue - State: closed - Opened by miroshnik about 10 years ago - 1 comment
Labels: invalid

#2 - Add a Bitdeli Badge to README

Pull Request - State: closed - Opened by bitdeli-chef over 10 years ago

#1 - Class Decimal not found

Issue - State: closed - Opened by taylorren over 10 years ago - 2 comments
Labels: enhancement