summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAndrés M <andmarti1424@users.noreply.github.com>2021-03-21 11:07:15 -0300
committerGitHub <noreply@github.com>2021-03-21 11:07:15 -0300
commitc8cb3205919b7e224e59edeb187920be94e1a91f (patch)
treef661bf7fe06e68490ad1b207633f887b27044e92 /examples
parent4175e52f9c02c6279babb76fa52c1dc5b8fbbf9d (diff)
parentffaa68bd6d5b9d9b5acf3c8763970c2e33c49f1d (diff)
Merge pull request #450 from earthshrink/isnumeric_floats
Fix isnumeric test to recognise floats: affects copy/paste
Diffstat (limited to 'examples')
-rw-r--r--examples/sc/exp.sc26
1 files changed, 26 insertions, 0 deletions
diff --git a/examples/sc/exp.sc b/examples/sc/exp.sc
new file mode 100644
index 0000000..c310adf
--- /dev/null
+++ b/examples/sc/exp.sc
@@ -0,0 +1,26 @@
+# This data file was generated by the Spreadsheet Calculator. That is SC-IM, the improved one!
+# You almost certainly shouldn't edit it.
+
+format A 22 2 0
+format D 11 2 0
+rightstring A0 = "Speed of light"
+rightstring B0 = "c"
+let C0 = 299792458
+fmt C0 "#.##e+#"
+rightstring D0 = "m/s"
+rightstring A1 = "Planck's constant"
+rightstring B1 = "h"
+let C1 = 6.6260755e-34
+fmt C1 "#.##e-##"
+rightstring D1 = "J-s"
+rightstring A2 = "Gravitational constant"
+rightstring B2 = "G"
+let C2 = 6.67259e-11
+fmt C2 "#.##e-##"
+rightstring D2 = "m^3/kg-s^2"
+rightstring A3 = "Astronomical unit"
+rightstring B3 = "AU"
+let C3 = 149598000000
+fmt C3 "#.##e-##"
+rightstring D3 = "m"
+goto C1