Changeset 38773 in project
- Timestamp:
- 06/26/20 21:29:59 (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release/5/mathh/trunk/mathh-consts.scm
r38486 r38773 9 9 (import (chicken base)) 10 10 11 (include "mathh-constants") 11 ;define-constant identifiers are not exported (cannot be) 12 (include-relative "mathh-constants") 12 13 13 14 ;;; … … 62 63 (define e^euler E^EULER) ; e^euler 63 64 64 65 65 (define sin1 SIN1) ; sin(1) 66 66 (define cos1 COS1) ; cos(1)
Note: See TracChangeset
for help on using the changeset viewer.