Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

FPP_$SP_MAX_NORMAL                Domain/OS                 FPP_$SP_MAX_NORMAL


NAME
     fpp_$sp_max_normal - return maximum positive normalized single-precision
     value

SYNOPSIS (C)
     #include <apollo/base.h>
     #include <apollo/fpp.h>

     float fpp_$sp_max_normal(void)

SYNOPSIS (Pascal)
     %include '/sys/ins/base.ins.pas';
     %include '/sys/ins/fpp.ins.pas';

     function fpp_$sp_max_normal: real;

SYNOPSIS (FORTRAN)
     %include '/sys/ins/base.ins.ftn'
     %include '/sys/ins/fpp.ins.ftn'

           real*4 max_normal

           max_normal = fpp_$sp_max_normal()

DESCRIPTION
     Fpp_$sp_max_normal returns the maximum positive normalized single-
     precision value.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026