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 }}
ProGamerCode
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
circuitpython
tests
float
on
dynamic-native-modules
User selector
All users
All time
Commit history
Commits on Oct 1, 2015
py: Catch all cases of integer (big and small) division by zero.
dpgeorge
committed
e5635f4
View commit details
Copy full SHA for e5635f4
View code at this point
Browse repository at this point
tests: Add further tests for mpz code.
dpgeorge
committed
a81539d
View commit details
Copy full SHA for a81539d
View code at this point
Browse repository at this point
Commits on Sep 11, 2015
stmhal: fix single precision float printing error
Show description for 9d6128a
dhylands
authored and
pfalcon
committed
9d6128a
View commit details
Copy full SHA for 9d6128a
View code at this point
Browse repository at this point
Commits on Sep 7, 2015
py/lexer: Properly classify floats that look like hex numbers.
Show description for 2b00047
dpgeorge
committed
2b00047
View commit details
Copy full SHA for 2b00047
View code at this point
Browse repository at this point
Commits on Aug 29, 2015
tests: Add a few tests for bool, bytearray, float to improve coverage.
dpgeorge
committed
1d350b8
View commit details
Copy full SHA for 1d350b8
View code at this point
Browse repository at this point
Commits on Aug 21, 2015
tests: Add more tests to improve coverage, mostly testing exceptions.
dpgeorge
committed
d007cb8
View commit details
Copy full SHA for d007cb8
View code at this point
Browse repository at this point
Commits on Jul 19, 2015
modbuiltins: Implement round() to precision.
turbinenreiter
authored and
pfalcon
committed
1e8ca3a
View commit details
Copy full SHA for 1e8ca3a
View code at this point
Browse repository at this point
Commits on Jun 13, 2015
py: Implement second arg for math.log (optional value for base).
dpgeorge
committed
6f49520
View commit details
Copy full SHA for 6f49520
View code at this point
Browse repository at this point
Commits on May 28, 2015
tests: Add some tests for printing floats to improve coverage.
dpgeorge
committed
9ede4dc
View commit details
Copy full SHA for 9ede4dc
View code at this point
Browse repository at this point
py: Remove unnecessary extra handling of padding of nan/inf.
Show description for 79474c6
dpgeorge
committed
79474c6
View commit details
Copy full SHA for 79474c6
View code at this point
Browse repository at this point
Commits on May 17, 2015
py: Implement mp_format_float for doubles and use where appropriate
Show description for 861670b
stinos
authored and
dpgeorge
committed
861670b
View commit details
Copy full SHA for 861670b
View code at this point
Browse repository at this point
Commits on May 13, 2015
py: Fix printing of complex number when imaginary part is nan
stinos
authored and
dpgeorge
committed
709955b
View commit details
Copy full SHA for 709955b
View code at this point
Browse repository at this point
Commits on May 4, 2015
modstruct: Rename module to "ustruct", to allow full Python-level impl.
pfalcon
committed
3d3ef36
View commit details
Copy full SHA for 3d3ef36
View code at this point
Browse repository at this point
Commits on Apr 22, 2015
py: Fix printing of "inf" and "nan" floating point values.
dpgeorge
committed
956d765
View commit details
Copy full SHA for 956d765
View code at this point
Browse repository at this point
Commits on Apr 4, 2015
tests: Add tests to exercise lexer; and some more complex number tests.
dpgeorge
committed
97abe22
View commit details
Copy full SHA for 97abe22
View code at this point
Browse repository at this point
tests: Add missing tests for builtins, and many other things.
dpgeorge
committed
9dd3640
View commit details
Copy full SHA for 9dd3640
View code at this point
Browse repository at this point
Commits on Mar 25, 2015
tests: Add tests for SyntaxError, TypeError, and other missing things.
Show description for 214179b
dpgeorge
committed
214179b
View commit details
Copy full SHA for 214179b
View code at this point
Browse repository at this point
Commits on Mar 14, 2015
tests: Add some more tests for complex numbers and ure module.
dpgeorge
committed
f256cfe
View commit details
Copy full SHA for f256cfe
View code at this point
Browse repository at this point
Commits on Mar 12, 2015
tests: Add tests for things that are not already tested.
Show description for af43565
dpgeorge
committed
af43565
View commit details
Copy full SHA for af43565
View code at this point
Browse repository at this point
Commits on Mar 3, 2015
tests: Add tests for boundmeth; and bignum cmp, unary, float, error.
dpgeorge
committed
086a761
View commit details
Copy full SHA for 086a761
View code at this point
Browse repository at this point
tests: Skip special math fun tests when math module exists but not funs.
stinos
authored and
dpgeorge
committed
25f1264
View commit details
Copy full SHA for 25f1264
View code at this point
Browse repository at this point
Commits on Mar 2, 2015
tests: Add tests for builtins: all, any, sum, abs.
dpgeorge
committed
24ffb8e
View commit details
Copy full SHA for 24ffb8e
View code at this point
Browse repository at this point
tests: Add tests for op special meths, ubinascii, complex.
dpgeorge
committed
2af921f
View commit details
Copy full SHA for 2af921f
View code at this point
Browse repository at this point
Commits on Feb 22, 2015
tests: Add test for math special functions.
dpgeorge
committed
5c047b9
View commit details
Copy full SHA for 5c047b9
View code at this point
Browse repository at this point
Commits on Feb 8, 2015
py: Parse big-int/float/imag constants directly in parser.
Show description for 7d414a1
dpgeorge
committed
7d414a1
View commit details
Copy full SHA for 7d414a1
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
tests: Add test for cmath module.
dpgeorge
committed
ae3150c
View commit details
Copy full SHA for ae3150c
View code at this point
Browse repository at this point
Commits on Jan 29, 2015
tests: Make float/int_power.py pass on pyboard/single prec float.
dpgeorge
committed
26c0b15
View commit details
Copy full SHA for 26c0b15
View code at this point
Browse repository at this point
tests: Add some tests to improve coverage.
Show description for 12c66be
dpgeorge
committed
12c66be
View commit details
Copy full SHA for 12c66be
View code at this point
Browse repository at this point
Commits on Jan 27, 2015
py: Add support for floats in mp_binary_{get,set}_val()
Show description for 0b3014c
doogle
authored and
pfalcon
committed
0b3014c
View commit details
Copy full SHA for 0b3014c
View code at this point
Browse repository at this point
Commits on Jan 24, 2015
tests: Update float2int tests for new range classifications
Show description for 4c1a7e0
doogle
authored and
dpgeorge
committed
4c1a7e0
View commit details
Copy full SHA for 4c1a7e0
View code at this point
Browse repository at this point
Commits on Jan 22, 2015
lib/libm: Add frexp and modf functions; use in stmhal; add tests.
Show description for 6d1f507
dpgeorge
committed
6d1f507
View commit details
Copy full SHA for 6d1f507
View code at this point
Browse repository at this point
Commits on Jan 8, 2015
tests: Separate out test cases that rely on float support to float/ dir.
dpgeorge
committed
19b3fea
View commit details
Copy full SHA for 19b3fea
View code at this point
Browse repository at this point
Commits on Jan 7, 2015
py: Temporary fix for conversion of float to int when fits in small int.
Show description for ad2307c
dpgeorge
committed
ad2307c
View commit details
Copy full SHA for ad2307c
View code at this point
Browse repository at this point
Commits on Jan 2, 2015
py: Raise exception if trying to convert inf/nan to int.
dpgeorge
committed
6fd4b36
View commit details
Copy full SHA for 6fd4b36
View code at this point
Browse repository at this point
py: Fix float to int conversion for large exponents.
doogle
authored and
dpgeorge
committed
6e0b6d0
View commit details
Copy full SHA for 6e0b6d0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.