Jouni
Jouni
Integral(x*(exp(-(x-2)**2/98)/7/sqrt(2*pi)-6*exp(-(x-6)**2/18)/3/sqrt(2*pi)),(x,-oo,oo))
The comment `-- -----------------------------------` in `.my` file makes the module invisible.
#### Description Made rust icon larger #### Motivation and Context Looks nicer as the size is more consistent with other icons #### Screenshots: before  after  #### How Has...
Added percentile finding function, which makes use of `order-stat` crate's `kth_by` function. This makes time complexity of percentile function to be `O(N)`.
### Checklist - [X] I made sure that there are **no existing issues** - [open](https://github.com/FossifyOrg/Phone/issues) or [closed](https://github.com/FossifyOrg/Phone/issues?q=is%3Aissue+is%3Aclosed) - to which I could contribute my information. - [X] I made sure...
I think the following syntax (or something similar) ```c++ Value contact(kObject, {{"name", "Milo"} {"married", true}, {"age", 42}}, document.GetAllocator() ); ``` would be much shorter readable than the current one ```c++...
This file has a broken syntax highlighting on the topmost key `foo:` ```yaml foo: bar: {{ .Values.foo.bar }}-{{ .Values.foo.bar }} ``` and yields the following tree ...
### Checklist - [X] I have read through the manual page (`man fzf`) - [X] I have searched through the existing issues - [x] For bug reports, I have checked...
### Is your feature request related to a problem? Please describe I would like to be able to remap some of vim keybindings. In particular I have the following config...
When using the colorscheme with [flash.nvim](https://github.com/folke/flash.nvim) text is highlighted and grayed out incorrectly (Starting from 3rd second Zen mode with twilight is activated.) Instead of being grayed out it's greened...