Eustroma

Eustroma is a genus of moths in the family Geometridae erected by Jacob Hübner in 1825.[1]

Eustroma
Eustroma reticulatum
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Family:
Subfamily:
Tribe:
Genus:
Eustroma

Hübner, [1825]
Synonyms
  • Antepirrhoe Warren, 1905
  • Paralygris Warren, 1900

Species

Species include:

  • Eustroma aerosum (Butler, 1878)
  • Eustroma aurantiarium (Moore, 1868)
  • Eustroma aurigenum (Butler, 1880)
  • Eustroma chalcopterum (Hampson, 1895)
  • Eustroma changi (Inoue, 1986)
  • Eustroma elistum (Prout, 1940)
  • Eustroma hampsoni (Prout, 1958)
  • Eustroma inextricatum (Walker, 1866)
  • Eustroma japonicum (Inoue, 1986)
  • Eustroma mardinatum (Staudinger, 1895)
  • Eustroma melancholicum (Butler, 1878)
  • Eustroma mixtilineatum (Hampson, 1895)
  • Eustroma promachum (Prout, 1940)
  • Eustroma reticulatum (Denis & Schiffermüller, 1775)
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

  1. Savela, Markku. "Eustroma Hübner, [1825]". Lepidoptera and Some Other Life Forms. Retrieved April 26, 2019.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.