ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
test_fp.c File Reference
#include "../tester.h"

Go to the source code of this file.

Functions

void test_fp_conversion_to_bytes (Environment *_environment, double _value, int _expected[4])
void test_fp_conversion_to_double (Environment *_environment, int _value[4], double _expected)

Function Documentation

◆ test_fp_conversion_to_bytes()

void test_fp_conversion_to_bytes ( Environment * _environment,
double _value,
int _expected[4] )

Definition at line 3 of file test_fp.c.

◆ test_fp_conversion_to_double()

void test_fp_conversion_to_double ( Environment * _environment,
int _value[4],
double _expected )

Definition at line 18 of file test_fp.c.