index
:
ori/mc.git
0.2
abi
autoexpr
autovar
bettermatch
biofunc
callee-save
closures
dependent-tags
fixtraits
freebsd-port
hashtraits
integrated
kill-sleq
libmath-merge
master
matchcomp
mbld-rebase
mbld2
mpkg
netbsd-port
peephole-opt
poller
qbe
struct-lit
threadwork
tls
trait-syntax
update-bootstrap
The Myrddin compiler.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
math
/
fpmath.myr
Age
Commit message (
Expand
)
Author
2019-05-01
Implement rootn.
S. Gilles
2019-05-01
Add pown function.
S. Gilles
2018-08-03
Clean up previous fixes.
Ori Bernstein
2018-07-31
First compiling atan.
S. Gilles
2018-07-20
First compiling tan/cot functions.
S. Gilles
2018-06-27
Initial (only compile-tested) implementation of sin, cos.
S. Gilles
2018-06-10
Implement powr.
S. Gilles
2018-05-13
Implement log and log1p.
S. Gilles
2018-05-10
Use x as input variable instead of f.
S. Gilles
2018-05-03
Implment scale2.
S. Gilles
2018-05-02
Implement most of expm1. Errors in huge numbers.
S. Gilles
2018-04-18
Implement exp.
S. Gilles
2018-04-18
Implement Horner's Scheme for polynomial evaluation.
S. Gilles
2018-04-18
Add round-to-nearest-integer.
S. Gilles
2018-03-29
Implement sqrt.
S. Gilles
2018-03-24
Fix fma32 off-by-ones.
S. Gilles
2018-03-20
Implement fma64
S. Gilles
2018-03-13
Implement Kahan and Priest summation
S. Gilles
2018-03-12
Implement std.eq for floats
S. Gilles
2018-03-12
Implement a few simple floating-point functions
S. Gilles