mathPi

Returns the mathematical constant Pi. Takes no parameters. Returns the value of Pi (pi) with double precision: 3.14159265358979323846.

Mathematics

Parameters & Returns

Parameters

This function takes no parameters.

Returns

Double

Quick Summary

Returns the mathematical constant Pi. Takes no parameters. Returns the value of Pi (pi) with double precision: 3.14159265358979323846.

Technical Exegesis...

Returns the value of Pi (pi) with double precision: 3.14159265358979323846

This constant is commonly used in trigonometric calculations, circle/sphere geometry, and wave functions.

Example

Example.bam
; No example implemented yet