Jesse Alama
Jesse Alama
Any traction on this? I use `define/contract` a lot, in this form: ```` (define/contract (foo bar) (-> integer? integer?) bar) ```` and am just now discovering that `fmt` turns this...
Awesome! Thanks for taking a look. Yes, supporting non-normalized values is a bit tricky. Is there anything you need some help with? I'd be happy to take a look at...
> @jessealama what should .coefficient/.exponent return when the value is +-0, +-Infinity, NaN ? Those properties were intended to be private -- no need to worry about that!
There's just `toString`, no more `toFixed` or `toExponential`.
> @jessealama does the champions list not need to be updated? I'm not sure I understand?
> @jessealama does the champions list not need to be updated? Ah, I see what you mean. Based on the title of the PR, I assumed this was a very...
Just curious about your use cases @vladinator1000 for decimal version of trigonometric functions. Is this a genuine need for you, or were you more interested in making sure that the...
I guess it's pretty rare. I'm not drawing on experience with PRs or other high-quality code -- I'm reflecting on my own poor code!
Doing this for a single `provide` form would be a good (and easier) start.
(This issue got unintentionally closed; reopening it.)