Commit Graph

3 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
Sebastien Binet
1dd0408014 num/hyperdual: fix Number example 2020-03-03 11:49:22 +01:00
Dan Kortschak
6df660f22f num/{dual,hyperdual}: new packages for dual and hyperdual arithmetic 2018-12-12 11:59:52 +10:30