Commit Graph

5 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
Roman Werpachowski
32fa687543 interp: add not-a-knot cubic spline interpolator (#1679) 2021-06-23 17:27:27 +02:00
Roman Werpachowski
e102cf2320 interp: add ClampedCubic interpolator (#1662) 2021-06-14 23:23:16 +02:00
Roman Werpachowski
4bb8d0269a interp: Add NaturalCubic spline interpolator (#1657) 2021-06-11 19:03:45 +02:00
Roman Werpachowski
caa2b8c196 interp: Move out cubic spline code to a separate file
Co-authored-by: Roman Werpachowski <romanw@google.com>
2020-09-21 10:28:08 +01:00