Tag: argument

Allow 3 argument sum in julia

Julia is a high-level, high-performance programming language specifically designed for numerical and scientific computing. It provides a wide range of built-in functions and features that make it easy to perform complex calculations

Read More »

Const vs zero argument function

When working with Julia, you may come across a situation where you need to define a constant value or a zero argument function. In this article, we will explore different ways to

Read More »