Skip to content

Releases: ShinobuAmasaki/uint-fortran

uint-fortran v0.3

26 Jan 10:23
Compare
Choose a tag to compare

This release includes the following additional features:

  • All procedures except I/O have the pure elemental attribute,
  • Support for type(uint8),
  • Modulus operation for type(uint64),
  • Converting an unsigned integer to a floating point number by dble and real procedures.

uint-fortran v0.2

23 Jan 05:52
Compare
Choose a tag to compare

This release includes the new type uint64 as 8-byte unsigned integer.

The implemented features for uint64 are:

  • Assignment operator overload,
  • Comparison operators overloads,
  • Arithmetic operator overloads for addition and subtraction,
  • write statement (unformatted and formatted, formatted is asterisk only).

uint-fortran v0.1

20 Jan 23:43
Compare
Choose a tag to compare

First release of uint-fortran.

This release includes following features:

  • Unsigned integer derived types: uint8, uint16, uint32.
  • The module name has changed to unsigned_m.
  • Providing partially derived I/O.
  • Module files divided by functionalities.