bap-poc-phase-4/Sources/CMath/include/sub_nums.h

14 lines
185 B
C
Raw Permalink Normal View History

//
// sub_nums.h
// CMath
//
// Created by TheAlgorithm476 on 28/03/2025.
//
#ifndef __SUB_NUMS_H
#define __SUB_NUMS_H
double sub_nums(double a, double b);
#endif // __SUB_NUMS_H