This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
micropython
/
tests
/
float
History
Paul Sokolovsky
b64e0575fd
tests/float/string_format: Add testcase for incorrect rounding for %f.
2015-11-22 18:08:49 +02:00
..
array_construct.py
…
builtin_float_minmax.py
…
builtin_float_round.py
modbuiltins: Implement round() to precision.
2015-07-19 21:49:44 +03:00
bytearray_construct.py
…
bytes_construct.py
…
cmath_fun.py
…
complex1.py
…
float1.py
py/lexer: Properly classify floats that look like hex numbers.
2015-09-07 17:33:44 +01:00
float2int_doubleprec.py
…
float2int.py
…
float_array.py
stmhal: fix single precision float printing error
2015-09-11 23:09:50 +03:00
float_divmod_relaxed.py
tests: Add a few tests for bool, bytearray, float to improve coverage.
2015-08-29 23:13:28 +01:00
float_divmod.py
…
float_struct.py
…
int_big_float.py
py: Catch all cases of integer (big and small) division by zero.
2015-10-01 22:48:48 +01:00
int_divzero.py
…
int_power.py
…
list_index.py
…
math_fun_bool.py
…
math_fun_special.py
…
math_fun.py
…
string_format_modulo.py
…
string_format.py
tests/float/string_format: Add testcase for incorrect rounding for %f.
2015-11-22 18:08:49 +02:00
true_value.py
…
types.py
…