Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ispositive, etc. #53677

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open

Add ispositive, etc. #53677

wants to merge 45 commits into from

Commits on Mar 9, 2024

  1. add ispositive, etc.

    putianyi889 authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    d0323ac View commit details
    Browse the repository at this point in the history
  2. Update number.jl

    putianyi889 authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    9b47c02 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    b774f97 View commit details
    Browse the repository at this point in the history
  2. add docs

    putianyi889 authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    5f76224 View commit details
    Browse the repository at this point in the history
  3. add tests

    putianyi889 authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    0cddd58 View commit details
    Browse the repository at this point in the history
  4. Update number.jl

    putianyi889 authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    84ac2f8 View commit details
    Browse the repository at this point in the history
  5. Update floatfuncs.jl

    putianyi889 authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    b1b86a5 View commit details
    Browse the repository at this point in the history
  6. export methods

    putianyi889 authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    f09a032 View commit details
    Browse the repository at this point in the history
  7. update tests

    putianyi889 authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    a2bbe5e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. whitespace

    putianyi889 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ff0704f View commit details
    Browse the repository at this point in the history
  2. fix tests

    putianyi889 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a2aee14 View commit details
    Browse the repository at this point in the history
  3. Update test/numbers.jl

    Co-authored-by: Mosè Giordano <[email protected]>
    putianyi889 and giordano authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9276fb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Update gmp.jl

    putianyi889 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c63b3ce View commit details
    Browse the repository at this point in the history
  2. Update mpfr.jl

    putianyi889 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7c03d55 View commit details
    Browse the repository at this point in the history
  3. Update number.jl

    putianyi889 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bb1201a View commit details
    Browse the repository at this point in the history
  4. Update int.jl

    putianyi889 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    049133a View commit details
    Browse the repository at this point in the history
  5. Update floatfuncs.jl

    putianyi889 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    645ceb6 View commit details
    Browse the repository at this point in the history
  6. Update numbers.jl

    putianyi889 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    2e5941f View commit details
    Browse the repository at this point in the history
  7. Update bool.jl

    putianyi889 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    4540780 View commit details
    Browse the repository at this point in the history
  8. Update numbers.jl

    putianyi889 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bfd28c5 View commit details
    Browse the repository at this point in the history
  9. Update numbers.jl

    putianyi889 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1b71527 View commit details
    Browse the repository at this point in the history
  10. Update base/number.jl

    Co-authored-by: Mosè Giordano <[email protected]>
    putianyi889 and giordano authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e09fec9 View commit details
    Browse the repository at this point in the history
  11. Update gmp.jl

    putianyi889 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    86c7224 View commit details
    Browse the repository at this point in the history
  12. Update gmp.jl

    putianyi889 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7a1e53f View commit details
    Browse the repository at this point in the history
  13. Update mpfr.jl

    putianyi889 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    24dd8be View commit details
    Browse the repository at this point in the history
  14. Update gmp.jl

    putianyi889 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f303313 View commit details
    Browse the repository at this point in the history
  15. Update base/number.jl

    Co-authored-by: mikmoore <[email protected]>
    putianyi889 and mikmoore authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d8d1baa View commit details
    Browse the repository at this point in the history
  16. Update base/number.jl

    Co-authored-by: mikmoore <[email protected]>
    putianyi889 and mikmoore authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    099680e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. add compat note

    putianyi889 authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5ed79da View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Update test/numbers.jl

    Co-authored-by: mikmoore <[email protected]>
    putianyi889 and mikmoore authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    bd2dd5f View commit details
    Browse the repository at this point in the history
  2. Update base/number.jl

    Co-authored-by: mikmoore <[email protected]>
    putianyi889 and mikmoore authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    54dd7c7 View commit details
    Browse the repository at this point in the history
  3. Update base/number.jl

    Co-authored-by: mikmoore <[email protected]>
    putianyi889 and mikmoore authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a66321a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    761ed61 View commit details
    Browse the repository at this point in the history
  2. fix

    putianyi889 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b6c1d88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6b9be6 View commit details
    Browse the repository at this point in the history
  4. Update NEWS.md

    putianyi889 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9ebc0a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfa057e View commit details
    Browse the repository at this point in the history
  6. Update bool.jl

    putianyi889 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e922bf5 View commit details
    Browse the repository at this point in the history
  7. remove generic fallback

    putianyi889 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    02dec43 View commit details
    Browse the repository at this point in the history
  8. Update NEWS.md

    putianyi889 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7db7a2b View commit details
    Browse the repository at this point in the history
  9. Update gmp.jl

    putianyi889 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    fc3a0de View commit details
    Browse the repository at this point in the history
  10. Update gmp.jl

    putianyi889 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c372cb2 View commit details
    Browse the repository at this point in the history
  11. Update gmp.jl

    putianyi889 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9e26047 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bfbb69c View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Update missing.jl

    putianyi889 authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    85b3e56 View commit details
    Browse the repository at this point in the history