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
Accelerator
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 }}
cmpute
/
dashu
Public
Notifications
You must be signed in to change notification settings
Fork
18
Star
140
Code
Issues
4
Pull requests
5
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Phase 4: complete the mdBook user guide
- #88
#88
Merged
cmpute
merged 21 commits into
develop
cmpute/dashu:develop
from
guide-v05
cmpute/dashu:guide-v05
Copy head branch name to clipboard
Jul 6, 2026
Conversation
Commits
21
(21)
Checks
Files changed
Merged
Phase 4: complete the mdBook user guide
#88
cmpute
merged 21 commits into
develop
cmpute/dashu:develop
from
guide-v05
cmpute/dashu:guide-v05
Copy head branch name to clipboard
Commits
Commits on Jun 30, 2026
Add mdBook guide infra: KaTeX preprocessor + CI build-check
Show description for 4c6bdc9
Jacob Zhong
and
claude
committed
4c6bdc9
View commit details
Copy full SHA for 4c6bdc9
Browse repository at this point
Guide Batch 1: foundation pages — types/convert/construct
Show description for 6ee05c0
Jacob Zhong
and
claude
committed
6ee05c0
View commit details
Copy full SHA for 6ee05c0
Browse repository at this point
Guide Batch 2: I/O pages — parse/print/serialize/interop/index
Show description for 04f84a1
Jacob Zhong
and
claude
committed
04f84a1
View commit details
Copy full SHA for 04f84a1
Browse repository at this point
Guide Batch 3: Operations pages (7, incl. new trig_n_hyper)
Show description for a08aded
Jacob Zhong
and
claude
committed
a08aded
View commit details
Copy full SHA for a08aded
Browse repository at this point
Guide Batch 4: reference pages — faq, cheatsheet
Show description for 19652f2
Jacob Zhong
and
claude
committed
19652f2
View commit details
Copy full SHA for 19652f2
Browse repository at this point
Guide Batch 5: KaTeX retrofit + SUMMARY cleanup
Show description for cf4a3c1
Jacob Zhong
and
claude
committed
cf4a3c1
View commit details
Copy full SHA for cf4a3c1
Browse repository at this point
Commits on Jul 6, 2026
types.md: restyle Complex section as "Layout of CBig"; add ConstCache + FpResult/CfpResult
Show description for caa0156
Jacob Zhong
and
claude
committed
caa0156
View commit details
Copy full SHA for caa0156
Browse repository at this point
Guide: demote all page headings by one level (H1 → H2)
Show description for 45694c8
Jacob Zhong
and
claude
committed
45694c8
View commit details
Copy full SHA for 45694c8
Browse repository at this point
Add CBig::NEG_ONE; document it in the guide
Show description for b290a16
Jacob Zhong
and
claude
committed
b290a16
View commit details
Copy full SHA for b290a16
Browse repository at this point
Guide: split Cached Arithmetic into its own chapter
Show description for 8202e31
Jacob Zhong
and
claude
committed
8202e31
View commit details
Copy full SHA for 8202e31
Browse repository at this point
Guide: promote cached.md subsections to H2 (now a top-level chapter)
Show description for d744959
Jacob Zhong
and
claude
committed
d744959
View commit details
Copy full SHA for d744959
Browse repository at this point
Guide/convert: fold CBig into the type-conversion table
Show description for 49505f4
Jacob Zhong
and
claude
committed
49505f4
View commit details
Copy full SHA for 49505f4
Browse repository at this point
Implement TryFrom<CBig> for UBig
Show description for 3302b49
Jacob Zhong
and
claude
committed
3302b49
View commit details
Copy full SHA for 3302b49
Browse repository at this point
Implement CBig primitive conversions (both directions)
Show description for 683381d
Jacob Zhong
and
claude
committed
683381d
View commit details
Copy full SHA for 683381d
Browse repository at this point
Guide/convert: clarify CBig's float conversion in the primitive table
Show description for 43a8e9d
Jacob Zhong
and
claude
committed
43a8e9d
View commit details
Copy full SHA for 43a8e9d
Browse repository at this point
Guide: drop duplicate page-title headings, promote subsections
Show description for a46a1f0
Jacob Zhong
and
claude
committed
a46a1f0
View commit details
Copy full SHA for a46a1f0
Browse repository at this point
Guide: use dashu::module:: paths instead of dashu_X::
Show description for 6fdb288
Jacob Zhong
and
claude
committed
6fdb288
View commit details
Copy full SHA for 6fdb288
Browse repository at this point
Guide/print: move Debug Print to the end; show every type's debug output
Show description for ac7e552
Jacob Zhong
and
claude
committed
ac7e552
View commit details
Copy full SHA for ac7e552
Browse repository at this point
Guide/print: show {:#?} output for every numeric type
Show description for 7250fce
Jacob Zhong
and
claude
committed
7250fce
View commit details
Copy full SHA for 7250fce
Browse repository at this point
Guide: move "Two-layer API" from exp_log to types
Show description for ced7f09
Jacob Zhong
and
claude
committed
ced7f09
View commit details
Copy full SHA for ced7f09
Browse repository at this point
Guide/num_theory: document the Montgomery reducer
Show description for f3933c3
Jacob Zhong
and
claude
committed
f3933c3
View commit details
Copy full SHA for f3933c3
Browse repository at this point
You can’t perform that action at this time.