aboutsummaryrefslogtreecommitdiff
path: root/src/math/cmplx
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-05-01math/cmplx: handle special casesBrian Kessler
2020-04-25math/cmplx: fix typo in code commentTyson Andre
2020-03-14math/cmplx: disable TanHuge test on s390xBrian Kessler
2020-03-14math/cmplx: implement Payne-Hanek range reductionBrian Kessler
2019-11-08Revert "math/cmplx: handle special cases"Ian Lance Taylor
2019-11-07math/cmplx: handle special casesBrian Kessler
2019-06-21cmd/gofmt: fix normalization of imaginary number literalsRobert Griesemer
2019-02-27math/cmplx: avoid panic in Pow(x, NaN())Bryan C. Mills
2019-02-19src, misc: apply gofmtRobert Griesemer
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2017-11-27math/cmplx: use signed zero to correct branch cutsBrian Kessler
2016-10-25math/cmplx: prevent infinite loop in tanSeriesMohit Agarwal
2016-10-24math,math/cmplx: fix linter issuesAlexander Döring
2016-10-06math/cmplx: add examples for Abs, Exp, PolarAlexander Döring
2016-03-21math/cmplx: added clarifying commentRobert Griesemer
2016-03-21all: delete dead test codeDominik Honnef
2016-03-02all: single space after period.Brad Fitzpatrick
2015-10-07math/cmplx: make error tolerance test function of expected valueCharlie Dorian
2015-09-11all: use one 'l' when cancelling everywhere except SolarisRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox