Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jshinonome committed Jan 7, 2025
1 parent 3cc31e0 commit 8b24573
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.4.1

### Changes

- q lang server: reduce range of unexpected error

## 3.3.3

### Feature
Expand Down
2 changes: 1 addition & 1 deletion examples/chart.qnb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"kind": 2,
"language": "q",
"value": "// @chart histogram\n// @height 400\n// @width 900\n// @title norm_distribution_histogram\n// @barmode stack\npi: acos -1;\nnx: {\n t: 1 % 1 + .2316419 * abs x;\n abs (x > 0) - (exp[-0.5 * x * x] % sqrt 2 * pi) * t * .31938153 + t * -0.356563782 + t *\n 1.781477937 + t *-1.821255978 + 1.330274429 * t\n };\nnor: {\n $[\n x = 2 * n: x div 2;\n raze sqrt[-2 * log n?1f] */: (sin; cos) @\\: (2 * pi) * n?1f;\n -1 _ .z.s 1 + x\n ]\n };\n([]rand0: nor 1000000; rand1: nor 1000000);",
"value": "// @chart histogram\n// @height 400\n// @width 900\n// @title norm_distribution_histogram\n// @barmode stack\npi: acos -1;\nnx: {\n abs (x > 0) - (exp[-0.5 * x * x] % sqrt 2 * pi) * t * .31938153 + t * -0.356563782 + t *\n 1.781477937 + t *-1.821255978 + 1.330274429 * t: 1 % 1 + .2316419 * abs x\n };\nnor: {\n $[\n x = 2 * n: x div 2;\n raze sqrt[-2 * log n?1f] */: (sin; cos) @\\: (2 * pi) * n?1f;\n -1 _ .z.s 1 + x\n ]\n };\n([]rand0: nor 1000000; rand1: nor 1000000);",
"outputs": []
},
{
Expand Down

0 comments on commit 8b24573

Please sign in to comment.