From c91dbd5c95f27bae6742797ef85734328c60844d Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Thu, 27 Feb 2025 13:52:40 +0100 Subject: [PATCH] bw_math: added bw_sechf() --- include/bw_math.h | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/include/bw_math.h b/include/bw_math.h index 126dd66..987cd2e 100644 --- a/include/bw_math.h +++ b/include/bw_math.h @@ -1,7 +1,7 @@ /* * Brickworks * - * Copyright (C) 2021-2024 Orastron Srl unipersonale + * Copyright (C) 2021-2025 Orastron Srl unipersonale * * Brickworks is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ /*! * module_type {{{ utility }}} - * version {{{ 1.1.0 }}} + * version {{{ 1.2.0 }}} * requires {{{ bw_common }}} * description {{{ * A collection of mathematical routines that strive to be better suited to @@ -44,6 +44,11 @@ * }}} * changelog {{{ *