From 824810ead1b8b5f383fbad31ccd78d15d7b0ec60 Mon Sep 17 00:00:00 2001 From: Aman-Godara Date: Sun, 4 Jul 2021 21:25:21 +0530 Subject: [PATCH] added stdlib_math to specs/index.md --- doc/specs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/specs/index.md b/doc/specs/index.md index 098f2ce21..37d0363ee 100644 --- a/doc/specs/index.md +++ b/doc/specs/index.md @@ -17,6 +17,7 @@ This is and index/directory of the specifications (specs) for each new module/fe - [IO](./stdlib_io.html) - Input/output helper & convenience - [linalg](./stdlib_linalg.html) - Linear Algebra - [logger](./stdlib_logger.html) - Runtime logging system + - [math](./stdlib_math.html) - General purpose mathematical functions - [optval](./stdlib_optval.html) - Fallback value for optional arguments - [quadrature](./stdlib_quadrature.html) - Numerical integration - [stats](./stdlib_stats.html) - Descriptive Statistics