/* * test.c * Copyright (C) 2021 light * * Distributed under terms of the MIT license. */ #include "./include/test.h" double get_sqrt(double var1) { return sqrt(var1); }