• Size of floating point number
  • 48 bit genmath - z80/z80n - -lm
  • 48 bit maths by Anders Hejlsberg - z80/z180/z80n - -lmath48
  • BBC Maths - (40 bit maths from BBC BASIC for z80) - z80/z180/z80n
  • MBF32 - (32 bit maths from Microsoft) - 8080/8085/gbz80/z80/z180/z80n
  • DAI Maths - (32 bit maths extracted from the DAI target) - 8080/z80/z180/z80n
  • MBF64 - (64 bit maths from Microsoft) - z80
  • 32 bit maths using IEEE-754 format - z80/z180/z80n - --math32
  • 16 bit maths using IEEE-754 format - z80/z180/z80n - --math16
  • Machine specific libraries
  • Maths library aliases
  • classic
  • classic + newlib
  • Benchmarks
  • n-body
  • spectral-norm
  • mandelbrot