Files
gonum/diff
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
..
2022-08-06 07:05:17 +09:30
2017-07-10 07:03:44 +09:30

Gonum diff GoDoc

Package diff is a package for computing derivatives of functions for the Go language.