dobutokO-poetry-0.4.0.0: Helps to order the 7 or less Ukrainian words to obtain somewhat suitable for poetry or music text

Copyright(c) OleksandrZhabenko 2020
LicenseMIT
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

DobutokO.Poetry.Norms

Contents

Description

Maintainer : olexandr543@yahoo.com

Helps to order the 7 or less Ukrainian words (or their concatenations) to obtain (to some extent) suitable for poetry or music text.

Synopsis

Different norms

norm1 :: [Int] -> Int Source #

The first norm for the list of positive Int. For not empty lists equals to the maximum element.

norm2 :: [Int] -> Int Source #

The second norm for the list of positive Int. For not empty lists equals to the sum of the elements.

norm3 :: [Int] -> Int Source #

The third norm for the list of positive Int. For not empty lists equals to the sum of the doubled maximum element and the rest elements of the list.

norm4 :: [Int] -> Int Source #

The fourth norm for the list of positive Int. Equals to the sum of the norm3 and norm2.

norm5 :: [Int] -> Int Source #

The fifth norm for the list of positive Int. For not empty lists equals to the sum of the elements quoted with sum of the two most minimum elements.

norm6 :: [Int] -> Int Source #

The sixth norm for the list of positive Int.