Commit Graph

6 Commits

Author SHA1 Message Date
Dan Kortschak
b2a1b49ea5 all: convert ' to ′ and '' to ′′
This is necessary because gofmt in go1.19 imposes smart quotes on comments
that use pairs of single quotes. Doubled-up single tick, U+2032, is chosen
over double tick, U+2033, since the latter is harder to distinguish in many
fonts at normally used font sizes, sometimes being indistinguishable from
other superscript marks such as asterisk. Comparison: ′ ″ *
2022-08-06 07:05:17 +09:30
Dan Kortschak
da72779e7a floats/scalar: new package containing non-vector functions from floats 2020-08-07 07:59:02 +09:30
Egon Elbre
672b8971dc num: make tests parallel 2020-03-16 16:10:59 +02:00
Dan Kortschak
8a8ca5dcda num: clean up lint 2019-11-02 06:35:27 +10:30
Dan Kortschak
f67ed11281 num: add %+v support to Format method, extend tests and fix found bug 2019-02-19 19:21:59 +10:30
Dan Kortschak
6df660f22f num/{dual,hyperdual}: new packages for dual and hyperdual arithmetic 2018-12-12 11:59:52 +10:30