This shows you the differences between two versions of the page.
— |
harlowe:sqrt [2017/10/09 20:39] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | **(sqrt: // [[harlowe:Number|Number]]//) -> //Number//** | ||
+ | This maths macro produces the square root of the given [[harlowe:number|number]]. | ||
+ | |||
+ | === Example usage: === | ||
+ | |||
+ | ''%%(sqrt: 25)%%'' produces 5. |