Enteromius vanderysti

Enteromius vanderysti is a species of ray-finned fish in the genus Enteromius which has only been recorded in the Democratic Republic of Congo.[1]

Enteromius vanderysti

Data Deficient  (IUCN 3.1)[1]
Scientific classification
Kingdom: Animalia
Phylum: Chordata
Class: Actinopterygii
Order: Cypriniformes
Family: Cyprinidae
Subfamily: Barbinae
Genus: Enteromius
Species:
E. vanderysti
Binomial name
Enteromius vanderysti
Poll, 1945
Synonyms
  • Barbus vanderysti Poll, 1945
  • Labeobarbus vanderysti (Poll, 1945)

Footnotes

  1. Moelants, T. (2010). "Labeobarbus vanderysti". The IUCN Red List of Threatened Species: 2010: e.T182954A8010875. doi:10.2305/IUCN.UK.2010-3.RLTS.T182954A8010875.en.


gollark: As you can see, you don't actually need to explicitly compute the length anywhere.
gollark: Here's how I would do it:```lualocal function divisible_by_any(n, factors) for _, factor in ipairs(factors) do if n % factor == 0 then return true end end return falseendlocal primes = { 2, 3 }for i = 2, 100 do if not divisible_by_any(i, primes) then table.insert(primes, i) endendfor _, prime in ipairs(primes) do print(prime) end```
gollark: I can't actually read that because ææææ my eyes but it looks like the same thing with less whitespace.
gollark: I mean, it *sort of* is, but instead of actually marking the things it just checks against each factor.
gollark: Ah, no, it is not.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.