Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ktsu-dev
/
PreciseNumber
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
5
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: ktsu-dev/PreciseNumber
Actions
All workflows
Workflows
.NET Workflow
.NET Workflow
Benchmark A/B
Benchmark A/B
Benchmark History
Benchmark History
Benchmarks
Benchmarks
CodeQL
CodeQL
CodeQL - Code Quality
CodeQL - Code Quality
Dependabot auto-merge
Dependabot auto-merge
Dependabot Updates
Dependabot Updates
GitHub Advanced Security
GitHub Advanced Security
Update SDKs
Update SDKs
Show more workflows...
Management
Caches
.NET Workflow
.NET Workflow
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
dotnet.yml
will be ignored since log searching is not yet available
461 workflow runs
461 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Merge pull request #120 from ktsu-dev/fix/exponent-overflow
.NET Workflow
#817:
Commit
3f4c95d
pushed by
matt-edmondson
15m 6s
main
main
15m 6s
View workflow file
Merge pull request #119 from ktsu-dev/fix/clamp-inverted-range
.NET Workflow
#816:
Commit
6fafe87
pushed by
matt-edmondson
20s
main
main
20s
View workflow file
Merge pull request #118 from ktsu-dev/fix/radix-is-ten
.NET Workflow
#815:
Commit
5decaa9
pushed by
matt-edmondson
18s
main
main
18s
View workflow file
Merge pull request #115 from ktsu-dev/claude/rendered-float-trailing-…
.NET Workflow
#814:
Commit
92b1d20
pushed by
matt-edmondson
5m 22s
main
main
5m 22s
View workflow file
Merge pull request #114 from ktsu-dev/claude/pow-zero-negative-throws
.NET Workflow
#813:
Commit
aa12765
pushed by
matt-edmondson
17s
main
main
17s
View workflow file
Merge pull request #113 from ktsu-dev/claude/magnitude-tie-sign
.NET Workflow
#812:
Commit
146aa18
pushed by
matt-edmondson
23s
main
main
23s
View workflow file
Merge pull request #108 from ktsu-dev/fix/round-negative-digits
.NET Workflow
#811:
Commit
3c1d8ef
pushed by
matt-edmondson
2m 24s
main
main
2m 24s
View workflow file
Merge pull request #107 from ktsu-dev/fix/parity-trailing-zeros
.NET Workflow
#810:
Commit
0dd099b
pushed by
matt-edmondson
20s
main
main
20s
View workflow file
.NET Workflow
.NET Workflow
#809:
Scheduled
8m 54s
main
main
8m 54s
View workflow file
Throw OverflowException when Multiply or Divide leaves the int exponent range
.NET Workflow
#808:
Pull request
#120
opened by
matt-edmondson
8m 58s
fix/exponent-overflow
fix/exponent-overflow
8m 58s
View #120
View workflow file
Throw ArgumentException from Clamp when min is greater than max
.NET Workflow
#807:
Pull request
#119
opened by
matt-edmondson
19m 21s
fix/clamp-inverted-range
fix/clamp-inverted-range
19m 21s
View #119
View workflow file
Report Radix as 10, since the type is base 10
.NET Workflow
#806:
Pull request
#118
opened by
matt-edmondson
4m 49s
fix/radix-is-ten
fix/radix-is-ten
4m 49s
View #118
View workflow file
Throw DivideByZeroException for zero to a negative power
.NET Workflow
#805:
Pull request
#114
synchronize by
matt-edmondson
8m 22s
claude/pow-zero-negative-throws
claude/pow-zero-negative-throws
8m 22s
View #114
View workflow file
Break MaxMagnitude and MinMagnitude ties by sign, as int and double do
.NET Workflow
#804:
Pull request
#113
synchronize by
matt-edmondson
7m 24s
claude/magnitude-tie-sign
claude/magnitude-tie-sign
7m 24s
View #113
View workflow file
Drop the Debug.Assert that rejects decimals like 10.0m
.NET Workflow
#803:
Pull request
#115
opened by
matt-edmondson
7m 57s
claude/rendered-float-trailing-zero-assert
claude/rendered-float-trailing-zero-assert
7m 57s
View #115
View workflow file
Throw DivideByZeroException for zero to a negative power
.NET Workflow
#802:
Pull request
#114
opened by
matt-edmondson
9m 11s
claude/pow-zero-negative-throws
claude/pow-zero-negative-throws
9m 11s
View #114
View workflow file
Break MaxMagnitude and MinMagnitude ties by sign, as int and double do
.NET Workflow
#801:
Pull request
#113
opened by
matt-edmondson
7m 35s
claude/magnitude-tie-sign
claude/magnitude-tie-sign
7m 35s
View #113
View workflow file
Round to negative decimal places correctly for integers
.NET Workflow
#800:
Pull request
#108
opened by
matt-edmondson
11m 5s
fix/round-negative-digits
fix/round-negative-digits
11m 5s
View #108
View workflow file
Count trailing zeros in IsEvenInteger and IsOddInteger
.NET Workflow
#799:
Pull request
#107
opened by
matt-edmondson
7m 50s
fix/parity-trailing-zeros
fix/parity-trailing-zeros
7m 50s
View #107
View workflow file
.NET Workflow
.NET Workflow
#798:
Scheduled
11m 18s
main
main
11m 18s
View workflow file
Merge pull request #103 from ktsu-dev/claude/hash-sanitized-form
.NET Workflow
#797:
Commit
3d82fb9
pushed by
matt-edmondson
11m 1s
main
main
11m 1s
View workflow file
.NET Workflow
.NET Workflow
#796:
Scheduled
13m 19s
main
main
13m 19s
View workflow file
Hash the sanitized form, so Equals and GetHashCode agree
.NET Workflow
#795:
Pull request
#103
opened by
matt-edmondson
10m 36s
claude/hash-sanitized-form
claude/hash-sanitized-form
10m 36s
View #103
View workflow file
Reduce by the GCD before testing whether a quotient terminates
.NET Workflow
#794:
Pull request
#102
opened by
matt-edmondson
17m 23s
claude/divide-exact-after-gcd-reduction
claude/divide-exact-after-gcd-reduction
17m 23s
View #102
View workflow file
Bump the ktsu group with 9 updates
.NET Workflow
#793:
Pull request
#99
opened by
dependabot
Bot
10m 10s
dependabot/nuget/ktsu-3e56c0c06e
dependabot/nuget/ktsu-3e56c0c06e
10m 10s
View #99
View workflow file
Previous
1
2
3
4
5
…
18
19
Next
You can’t perform that action at this time.