gilbertohasnofb / usefulLibrary

usefulLibrary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usefulLibrary

A library of useful Fortran subroutines and functions. Some of them by Gilberto Agostinho (gilbertohasnofb@gmail.com), others adapted from different sources (sources given in the source code as comments above each subroutine or function).

List of available subroutines and functions

  • INIT_RANDOM_SEED
  • SET_RANDOM_SEED
  • RANDOM_INT
  • LCASE
  • BUBBLE_SORT
  • SLEEP_MS
  • PERCENTAGE
  • SERIALIZE
  • MtoF (MIDI to frequency)
  • FtoM (frequency to MIDI)
  • MtoL (MIDI to LilyPond)
  • LtoM (LilyPond to MIDI)
  • RANDOM_INT_GAUSSIAN
  • FACTORIAL
  • QUICKSORT
  • NDIGITS
  • NDIGITS_16
  • EXTRACT_DIGITS
  • EXTRACT_DIGITS_16
  • EXTRACT_SINGLE_DIGIT
  • EXTRACT_SINGLE_DIGIT_16
  • DEC2BIN
  • DEC2BIN_16
  • NDIGITSBIN
  • RETROGRADE_VECTOR
  • UNIQUE_ELEMENTS

About

usefulLibrary

License:GNU General Public License v2.0


Languages

Language:Fortran 100.0%