-
Hello!
I just found this quite nice project and saw that you're throwing some serious mathematics at the Genshin Inazuma puzzles.
However, I wanted to point out that there is a much simpler, algor…
-
The goal of this meta issue is to build a go-to place for links, information, and opportunities for building trustless zk-SNARKs as a potential future protocol building-block for Monero.
Disclaimer…
-
-
I propose a `@stack_size(function)` builtin which returns the number of bytes that `function` - which must be a compile time constant function - will ever possibly use for the deepest call invocation.…
-
With tickets #715, #11521, #12215, #12313, parent structures don't have eternal life anymore the way they used to have. That affects run-times, because chances are much higher now that the parent ha…
-
Hello, given that I am neither a computer scientist nor a mathematician, but reading the text it seems to me that there is a bit of confusion regarding the definition of the sum and product operations…
-
Hey Robin, I just got this idea to solve a problem with modulating things with anti-aliased phasors (or sawtooths/ramps).
I need to use the rotation formula to rotate a signal in two or three dimen…
-
-
#Chapter 5 R for Data Sciencie
install.packages("nycflights13")
library(nycflights13)
library(tidyverse)
install.packages("Lahman")
library(Lahman)
# New York City airport information
nyc…
-
Currently, `div(typemin(Int), -1` throws a `DivideError`. Should it throw an `OverflowError` instead? Arguably, there's nothing wrong per se in dividing by `-1`; it's just that the type `Int` can't ho…