Ormocarpopsis aspera

Ormocarpopsis aspera is a species of legume in the family Fabaceae. It is found only in Madagascar.

Ormocarpopsis aspera

Near Threatened  (IUCN 2.3)
Scientific classification
Kingdom:
(unranked):
(unranked):
(unranked):
Order:
Family:
Genus:
Species:
O. aspera
Binomial name
Ormocarpopsis aspera
R. Viguier

Sources

  • Du Puy, D. & Labat, H. (1998). "Ormocarpopsis aspera". The IUCN Red List of Threatened Species. IUCN. 1998: e.T36241A9990486. doi:10.2305/IUCN.UK.1998.RLTS.T36241A9990486.en. Retrieved 21 December 2017.


gollark: Yes.
gollark: At some point.
gollark: I would quite like to implement this on osmarks.net using an inbrowser Lua VM.
gollark: ```scheme(define (take n xs) (let loop ((n n) (xs xs) (zs (list))) (if (or (zero? n) (null? xs)) (reverse zs) (loop (- n 1) (cdr xs) (cons (car xs) zs)))))(define (zip . xss) (apply map list xss))(define actually-forgiving-grudge (lambda (x y) (let* ( (defection-count (length (filter (lambda (m) (= m 1)) x))) (lookback (+ 1 (inexact->exact (floor (expt 1.8 defection-count))))) (result (if (member '(1 0) (take lookback (zip x y))) 1 0)) ) result)))```if you want to add it to your stuff.
gollark: Do you like `actually-forgiving-grudge`?!
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.