index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
float
Age
Commit message (
Expand
)
Author
2015-02-08
py: Parse big-int/float/imag constants directly in parser.
Damien George
2015-02-02
tests: Add test for cmath module.
Damien George
2015-01-29
tests: Make float/int_power.py pass on pyboard/single prec float.
Damien George
2015-01-29
tests: Add some tests to improve coverage.
Damien George
2015-01-27
py: Add support for floats in mp_binary_{get,set}_val()
David Steinberg
2015-01-24
tests: Update float2int tests for new range classifications
David Steinberg
2015-01-22
lib/libm: Add frexp and modf functions; use in stmhal; add tests.
Damien George
2015-01-08
tests: Separate out test cases that rely on float support to float/ dir.
Damien George
2015-01-07
py: Temporary fix for conversion of float to int when fits in small int.
Damien George
2015-01-02
py: Raise exception if trying to convert inf/nan to int.
Damien George
2015-01-02
py: Fix float to int conversion for large exponents.
David Steinberg
2014-12-31
objstr: Fix %d-formatting of floats.
Paul Sokolovsky
2014-12-30
py: Partially fix float to int conversion.
Paul Sokolovsky
2014-12-18
lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal.
Damien George
2014-11-29
tests: Split out float test from builtin_round.py.
Damien George
2014-11-21
py: Add support for float/double arrays in array module.
Damien George
2014-09-13
py: Fix build error when float disabled; add test for divmod.
Damien George
2014-09-13
py: Implement divmod, % and proper // for floating point.
Damien George
2014-07-05
tests: Rename test scripts, changing - to _ for consistency.
Damien George
2014-06-20
tests/float/: Skip tests if "math" module is not available.
Paul Sokolovsky
2014-06-05
py: Raise TypeError when trying to format non-int with %x,%o,%X.
Damien George
2014-06-05
Remove tests that fail under CPython 3.5
Chris Angelico
2014-05-01
Fix the builtin min() and max() functions (and add tests).
Andrew Scheller
2014-04-17
tests: Split out those tests requiring float and import.
Damien George