-
I compile a package to a sysimage with the options --strip-ir --compile=all
I have the two following functions in my package
```
function test_supertype(t::Type)
return supertype(t)
end
…
-
### RR FTC Version
1.0
### Observed Behavior
The current [Builder Reference](https://rr.brott.dev/docs/v1-0/builder-ref/) in the official Road Runner 1.0 docs only has a few TrajectoryBuilder…
-
I'm thinking about adding two new methods for doing sum/product. They'd take iterables of numbers: `Math.sum([1, 2, 3]) === 6`.
And of course if you pass `Math.sum` an empty array, you'd get `0` ou…
-
I collected/writed safe functions (based on literals), which are unpatchable and non-redefinable, and can safely be used for integrety checks or for "easy" encryption.
The only problem with those m…
-
The deprecated class has been removed.
"Historically these methods were faster than the equivalent double-based Math methods. On versions of Android with a JIT they became slower and have since been …
-
Hi!
I've been trying to install leafcutter using various methods - the one that got me the furthest is this one https://github.com/davidaknowles/leafcutter/issues/188
However, I cannot find a way …
-
A saw-script `JavaClass` value, obtained from `java_load_class`, prints out a summary of the contents of the JVM class file. For example:
```
Class name: Test (super)
Superclass: java/lang/Object
…
-
### Description
The most commonly used data types for smart contracts and token math on the blockchain are uint256 and int256. Currently, people are resorting to inefficient methods like converting t…
-
```
import math
def round_it(n):
mass = str(n).split(".")
if len(mass[0]) > len(mass[1]):
return math.floor(n)
elif len(mass[0]) < len(mass[1]):
return math.ceil(n)
…
-
Aside from the `randomInteger` from #8 and the `Math.sum` from #4, I think that including the methods below would help, especially when languages like Python, Matlab and Processing have them:
- `Math…