For Gauche 0.9.11Search (procedure/syntax/module):

Next: , Previous: , Up: Library modules - Utilities   [Contents][Index]

12.32 math.const - Mathematic constants

Module: math.const

This module defines several commonly-used mathematic constants.

Constant: pi
Constant: pi/2
Constant: pi/4
Constant: pi/180
Constant: 1/pi
Constant: 180/pi

{math.const} Bound to pi, pi/2, pi/4, pi/180, 1/pi and 180/pi, respectively.

Constant: e

{math.const} Napier’s constant.


Next: , Previous: , Up: Library modules - Utilities   [Contents][Index]


For Gauche 0.9.11Search (procedure/syntax/module):