ChrisOS Research ProjectOperating systems · language systems · graphics · machine emulation
DOCUMENTATION ARCHIVEMAIN BRANCH
ChrisOS/Source reference: LIB/MATH.H

Source reference: LIB/MATH.H

Deterministic source record. The complete textual file is reproduced below; this page does not replace architectural interpretation in the authored chapters.

File identity

Field Value
Path LIB/MATH.H
Lines 11
Bytes 182
SHA-256 af14730ec9eb78c0e0d8aea2633fc9c554a8977ec6a4b77043e353a796ec53ef
ChrisOS revision da3df29cb397932c43d32373871fb9380e688ade

Detected syntactic dependencies

Line Include
— No preprocessor include detected.

Detected symbols

Line Symbol
— No C-like function definition detected by the scanner.

Complete source

The following block is the complete textual file at the recorded revision. No lines are elided, abbreviated or paraphrased.

#ifndef MATH_H
#define MATH_H
float sin(float x);
float cos(float x);
float tan(float x);
float atan(float x);
float fabs(float x);
float fabsf(float x);
float sqrt(float x);
#endif

Role of this record

The atlas guarantees file-by-file traceability. Responsibility, invariants, ownership, concurrency, security, performance and subsystem interactions belong in authored chapters and must cite this file when applicable.

Document record ID: source-af14730ec9eb78c0 Reviewed source: da3df29cb397 Class: generated-source-reference