Eupithecia naumanni
Eupithecia naumanni is a moth in the family Geometridae first described by Vladimir G. Mironov and Ulrich Ratzel in 2012. It is found in eastern Afghanistan.[2]
Eupithecia naumanni | |
---|---|
Scientific classification | |
Kingdom: | Animalia |
Phylum: | Arthropoda |
Class: | Insecta |
Order: | Lepidoptera |
Family: | Geometridae |
Genus: | Eupithecia |
Species: | E. naumanni |
Binomial name | |
Eupithecia naumanni Mironov & Ratzel, 2012[1] | |
The wingspan is 20.5–25 mm. The forewings and hindwings are brownish grey.
Etymology
The species is named in honour of the German zoologist and lepidopterologist Prof. Dr. Clas Naumann, the former director of the Zoologisches Forschungsinstitut und Museum Alexander Koenig in Bonn, Germany.
gollark: Ridiculous. We *need* to be able to break maths in a snippet of code.
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
gollark: Also, implementing whatever is done internally for finding free space to transfer to is hard!
gollark: I'm unlikely to have stupidly large autocrafting trees.
gollark: As long as it doesn't take more than a second it fits within my performance goals.
References
- Yu, Dicky Sick Ki (1997–2012). "Eupithecia Curtis 1825". Home of Ichneumonoidea. Taxapad. Archived from the original on August 11, 2018.
- Mironov, Vladimir & Ratzel, Ulrich (2012). "Eupithecia Curtis, 1825 of Afghanistan (Geometridae: Larentiinae)". Nota lepidopterologica. 35 (2): 197-231. Archived from the original August 11, 2014.
Wikimedia Commons has media related to Eupithecia naumanni. |
Wikispecies has information related to Eupithecia naumanni |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.