mathematical function

Last edit

Summary: wiki syntax fixes

Changed:

< The awk programming language provides a set of [builtin] functions for performing various [mathematical] operations.
< * [atan2]
< * [cos]
< * [exp]
< * [int]
< * [log]
< * [rand]
< * [sin]
< * [sqrt]
< * [srand]

to

> The awk programming language provides a set of [[builtin]] functions for performing various mathematical operations.
> * [[atan2]]
> * [[cos]]
> * [[exp]]
> * [[int]]
> * [[log]]
> * [[rand]]
> * [[sin]]
> * [[sqrt]]
> * [[srand]]


The awk programming language provides a set of [[builtin?]] functions for performing various mathematical operations.