index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/checkout-6
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
float
/
math_fun.py
Age
Commit message (
Expand
)
Author
2023-02-16
tests/float: Make output of math function tests more readable.
Damien George
2020-08-29
all: Update Python code to conform to latest black formatting.
Damien George
2020-03-30
tests: Format all Python code with black, except tests in basics subdir.
David Lechner
2017-07-04
py/modmath: Check for zero division in log with 2 args.
Damien George
2017-06-08
tests/float: Convert "sys.exit()" to "raise SystemExit".
Damien George
2016-01-08
tests: Allow float tests to run when MATH_SPECIAL_FUNCTIONS is disabled.
Damien George
2015-12-12
py/modmath: Add domain error checking to sqrt, log, log2, log10.
Michael Buesch
2015-06-13
py: Implement second arg for math.log (optional value for base).
Damien George
2015-04-04
tests: Add missing tests for builtins, and many other things.
Damien George
2015-01-22
lib/libm: Add frexp and modf functions; use in stmhal; add tests.
Damien George
2014-12-18
lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal.
Damien George
2014-07-05
tests: Rename test scripts, changing - to _ for consistency.
Damien George