-
just use Benchee
-
On a whim I decided to go ahead and modify Koch's Snowflake into something that we could output direct onto the WaterColorBot... and it worked!
![photo on 11-8-14 at 3 49 pm](https://cloud.githubuser…
-
1分形简介(分形是自然界的几何学)
1.1 分形理论的提出和分形理论的建立(与传统的欧式几何学的对应)
1.2 分形的几何特征(整体与部分的某种联系)
1.2.1自相似性(Cantor三分集,Koch曲线,Sierpinski集合)
1.2.2自仿射性
1.2.3精细结构
1.2.4分形几何与欧式几何的区别
1.3分形的测量
1.3.1标度
1.3.2分维 (D=lg(N)/lg(K) N为产生…
-
Hi,
I seem to get an error trying to render the mandelbulb and others.
The problem seems to be
Could not create fragment shader: 0:351(7): error: Illegal use of reserved word `half'
Which appears in…
-
- [x] проблема (лагает интерфейс при сложных перевыч)
- [x] однопоточный js, event loop
- [x] легковесные потоки (fiber) в теории
- [x] как это привинчивается к js
- [x] requestAnimationFrame
- …
-
_From [Gary.Swo...@gmail.com](https://code.google.com/u/107040776623703175174/) on August 04, 2009 20:37:10_
What steps will reproduce the problem? 1. Make a recording and create a continuous zoom in…
-
**Describe the bug**
According to the documentation, `LOLWUT` command should create a piece of generative computer art. This is unimplemented in version 7.
**To reproduce**
Issue `LOLWUT` com…
-
### Have you read the latest version of the FAQ?
- [X] I have visited the FAQ page right now and my issue is not present there
### Is there an existing issue for this?
- [X] I have searched the exi…
-
- [ ] NeotomaDB (https://www.neotomadb.org/snapshots)
- [x] BioTime (https://synergy.st-andrews.ac.uk/biotime/biotime-database/) - pub coming out soon
- [x] PREDICTS (http://data.nhm.ac.uk/dataset/9…
-
The current implementation for complex multiplication uses the "naive" algorithm, see `lib.rs` lines 683-692.
```rs
// (a + i b) * (c + i d) == (a*c - b*d) + i (a*d + b*c)
impl Mul for Complex {
…