Neutrino (disambiguation)

A neutrino is an elementary particle.

Neutrino may also refer to:

Fiction

  • Neutrinos (Teenage Mutant Ninja Turtles), characters in the TV show
  • Neutrino 2000, a series of guns used in the Artemis Fowl books
gollark: This is monomorphised to, if you use it for floats and ints, say,```haskellapifyBees__Int :: Int -> Int -> IntapifyBees__Int x y z = z - y * xapifyBees__Double :: Float -> Float -> FloatapifyBees__Double x y z = z - y * x```
gollark: As in, it can take any type satisfying the constraints as `a`.
gollark: This is "generic" over the type of `a`.
gollark: For example,```haskellapifyBees :: Number a => a -> a -> aapifyBees x y z = z - y * x```
gollark: You convert generic functions to many nongeneric ones during compilation.

See also

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