Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing gamma/0 math function #222

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Add missing gamma/0 math function #222

merged 1 commit into from
Nov 4, 2024

Conversation

wader
Copy link
Contributor

@wader wader commented Oct 31, 2024

$ cargo run -- -n '0,0.5,1,10 | gamma'
null
1.7724538509055159
1.0
362880.0

$ jq -n '0,0.5,1,10 | gamma'
1.7976931348623157e+308
1.772453850905516
1
362880

$ gojq -n '0,0.5,1,10 | gamma'
1.7976931348623157e+308
1.7724538509055159
1
362880

```sh
$ cargo run -- -n '0,0.5,1,10 | gamma'
null
1.7724538509055159
1.0
362880.0

$ jq -n '0,0.5,1,10 | gamma'
1.7976931348623157e+308
1.772453850905516
1
362880

$ gojq -n '0,0.5,1,10 | gamma'
1.7976931348623157e+308
1.7724538509055159
1
362880
```
@01mf02 01mf02 merged commit ad30283 into 01mf02:main Nov 4, 2024
1 check passed
@01mf02
Copy link
Owner

01mf02 commented Nov 4, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants