bap-poc-phase-3/CMath/mul_nums.h

14 lines
185 B
C
Raw Permalink Normal View History

2025-03-28 08:40:09 +00:00
//
// mul_nums.h
// CMath
//
// Created by TheAlgorithm476 on 28/03/2025.
//
#ifndef __MUL_NUMS_H
#define __MUL_NUMS_H
double mul_nums(double a, double b);
#endif // __MUL_NUMS_H