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 }}
StackRduino
/
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
2.x
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 25, 2017
py: Implement raising a big-int to a negative power.
Show description for 04552ff
dpgeorge
committed
04552ff
View commit details
Copy full SHA for 04552ff
View code at this point
Browse repository at this point
Commits on Jul 3, 2017
py/modmath: Check for zero division in log with 2 args.
dpgeorge
committed
6b8b56f
View commit details
Copy full SHA for 6b8b56f
View code at this point
Browse repository at this point
Commits on Jun 13, 2017
py/formatfloat: Fix number of digits and exponent sign when rounding.
Show description for 6ed4581
dpgeorge
committed
6ed4581
View commit details
Copy full SHA for 6ed4581
View code at this point
Browse repository at this point
Commits on Jun 8, 2017
tests/float/builtin_float_minmax: PEP8 fixes.
pfalcon
committed
e094200
View commit details
Copy full SHA for e094200
View code at this point
Browse repository at this point
tests/float: Convert "sys.exit()" to "raise SystemExit".
Show description for fde5435
dpgeorge
committed
fde5435
View commit details
Copy full SHA for fde5435
View code at this point
Browse repository at this point
Commits on Apr 4, 2017
tests/float: Add tests for hashing float and complex numbers.
dpgeorge
committed
677fb31
View commit details
Copy full SHA for 677fb31
View code at this point
Browse repository at this point
Commits on Apr 2, 2017
tests/float/byte*_construct: Skip on missing array module.
pfalcon
committed
28876d3
View commit details
Copy full SHA for 28876d3
View code at this point
Browse repository at this point
Commits on Mar 24, 2017
tests/float: Add tests for round() of inf, nan and large number.
dpgeorge
committed
bfb48c1
View commit details
Copy full SHA for bfb48c1
View code at this point
Browse repository at this point
Commits on Mar 23, 2017
tests/float: Add tests for math funcs that return ints.
Show description for bacb52a
dpgeorge
committed
bacb52a
View commit details
Copy full SHA for bacb52a
View code at this point
Browse repository at this point
Commits on Mar 8, 2017
tests/float: Make various tests skippable.
pfalcon
committed
a0cbc10
View commit details
Copy full SHA for a0cbc10
View code at this point
Browse repository at this point
Commits on Mar 6, 2017
tests/string_format_modulo2: Split off intbig test.
pfalcon
committed
88ffe0d
View commit details
Copy full SHA for 88ffe0d
View code at this point
Browse repository at this point
tests/float2int*: Suffix with _intbig, don't run on any other int type.
Show description for 4b03941
pfalcon
committed
4b03941
View commit details
Copy full SHA for 4b03941
View code at this point
Browse repository at this point
float/float2int*: Make actually be parsable for MICROPY_LONGINT_IMPL_NONE.
Show description for 121fb88
pfalcon
committed
121fb88
View commit details
Copy full SHA for 121fb88
View code at this point
Browse repository at this point
tests/float/complex1: Split out intbig test.
pfalcon
committed
325c447
View commit details
Copy full SHA for 325c447
View code at this point
Browse repository at this point
Commits on Feb 2, 2017
tests/float: Add tests for zero to a negative power.
dpgeorge
committed
8a39e18
View commit details
Copy full SHA for 8a39e18
View code at this point
Browse repository at this point
Commits on Jan 19, 2017
tests/float: Add test for assigning to attribute of complex number.
dpgeorge
committed
213a718
View commit details
Copy full SHA for 213a718
View code at this point
Browse repository at this point
Commits on Jan 5, 2017
tests/float: Improve formatfloat.c test coverage using Python.
flowergrass
authored and
dpgeorge
committed
64dc925
View commit details
Copy full SHA for 64dc925
View code at this point
Browse repository at this point
Commits on Dec 21, 2016
tests: Add tests to improve coverage of runtime.c.
flowergrass
authored and
dpgeorge
committed
531c206
View commit details
Copy full SHA for 531c206
View code at this point
Browse repository at this point
Commits on Dec 20, 2016
tests/float/builtin_float_round: Test round() with second arg.
dpgeorge
committed
49bf761
View commit details
Copy full SHA for 49bf761
View code at this point
Browse repository at this point
Commits on Sep 27, 2016
tests/float: Add test for parsing a float from an empty string.
dpgeorge
committed
290daa1
View commit details
Copy full SHA for 290daa1
View code at this point
Browse repository at this point
Commits on Mar 29, 2016
py/formatfloat: Fix further cases of buffer overflow in formatting.
Show description for e1e7657
dpgeorge
committed
e1e7657
View commit details
Copy full SHA for e1e7657
View code at this point
Browse repository at this point
Commits on Mar 15, 2016
py/formatfloat: Fix buffer overflow when formatting tiny numbers.
dpgeorge
committed
cea6cf8
View commit details
Copy full SHA for cea6cf8
View code at this point
Browse repository at this point
Commits on Mar 6, 2016
test/string_format_fp30: Variant of string_format for 30-bit stuffed float.
pfalcon
committed
d973c1b
View commit details
Copy full SHA for d973c1b
View code at this point
Browse repository at this point
test/float2int_fp30: Variant of float2int for 30-bit stuffed float.
pfalcon
committed
50e0a7b
View commit details
Copy full SHA for 50e0a7b
View code at this point
Browse repository at this point
Commits on Feb 13, 2016
float/string_format: Split large test in 2.
pfalcon
committed
d4315a6
View commit details
Copy full SHA for d4315a6
View code at this point
Browse repository at this point
test/float2int: Make test output clearer.
pfalcon
committed
dc587a3
View commit details
Copy full SHA for dc587a3
View code at this point
Browse repository at this point
Commits on Jan 8, 2016
tests: Fix math_fun_special test so it passes with single prec float.
dpgeorge
committed
3b936a5
View commit details
Copy full SHA for 3b936a5
View code at this point
Browse repository at this point
tests: Allow float tests to run when MATH_SPECIAL_FUNCTIONS is disabled.
dpgeorge
committed
b1fa907
View commit details
Copy full SHA for b1fa907
View code at this point
Browse repository at this point
Commits on Dec 12, 2015
py/modmath: Add domain error checking to sqrt, log, log2, log10.
Show description for 17298af
mbuesch
authored and
dpgeorge
committed
17298af
View commit details
Copy full SHA for 17298af
View code at this point
Browse repository at this point
Commits on Nov 22, 2015
tests/float/string_format: Add testcase for incorrect rounding for %f.
pfalcon
committed
b64e057
View commit details
Copy full SHA for b64e057
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.