Numworks Epsilon  1.4.1
Graphing Calculator Operating System
f64_mul.c File Reference
#include <stdbool.h>
#include <stdint.h>
#include "platform.h"
#include "internals.h"
#include "specialize.h"
#include "softfloat.h"

Go to the source code of this file.

Functions

float64_t f64_mul (float64_t a, float64_t b)
 

Function Documentation

◆ f64_mul()

float64_t f64_mul ( float64_t  a,
float64_t  b 
)

Definition at line 44 of file f64_mul.c.