Skip to content

uint-fortran v0.3

Latest
Compare
Choose a tag to compare
@ShinobuAmasaki ShinobuAmasaki released this 26 Jan 10:23
· 1 commit to main since this release

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.