Skip to content

Commit

Permalink
improving documentation will be later
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalmechanism committed Sep 3, 2024
1 parent 085b36f commit 5619c9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/maths/constants.ak
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//// This module contains mathematical constants.
////

/// A large prime number. The value is near 4 x 10^114.
pub const large_prime: Int =
0x1a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffaaab
3 changes: 3 additions & 0 deletions lib/maths/routines.ak
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//// This module contains mathematical routines.
////

use aiken/builtin
use aiken/collection/list
use maths/constants.{large_prime}
Expand Down

0 comments on commit 5619c9b

Please sign in to comment.