File: consts.txtar

package info (click to toggle)
golang-github-cue-lang-cue 0.14.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,644 kB
  • sloc: makefile: 20; sh: 15
file content (28 lines) | stat: -rw-r--r-- 1,056 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
-- in.cue --
import "math"

E:   math.E
Pi:  math.Pi
Phi: math.Phi

Sqrt2:   math.Sqrt2
SqrtE:   math.SqrtE
SqrtPi:  math.SqrtPi
SqrtPhi: math.SqrtPhi

Ln2:    math.Ln2
Log2E:  math.Log2E
Ln10:   math.Ln10
Log10E: math.Log10E
-- out/math --
E:       2.71828182845904523536028747135266249775724709369995957496696763
Pi:      3.14159265358979323846264338327950288419716939937510582097494459
Phi:     1.61803398874989484820458683436563811772030917980576286213544861
Sqrt2:   1.41421356237309504880168872420969807856967187537694807317667974
SqrtE:   1.64872127070012814684865078781416357165377610071014801157507931
SqrtPi:  1.77245385090551602729816748334114518279754945612238712821380779
SqrtPhi: 1.27201964951406896425242246173749149171560804184009624861664038
Ln2:     0.693147180559945309417232121458176568075500134360255254120680009
Log2E:   1.442695040888963407359924681001892137426645954152985934135449408
Ln10:    2.3025850929940456840179914546843642076011014886287729760333278
Log10E:  0.43429448190325182765112891891660508229439700580366656611445378