all.js
40.8 kB · javascript · 1084 lines
1import * as wasm from "./pkg/all/mrlyjs_all.js";23export { default, initSync } from "./pkg/all/mrlyjs_all.js";4export const Rng = wasm.Rng;5export const core = {6 Colorizer: wasm.core_Colorizer,7 Dtype: wasm.core_Dtype,8 HEX_RATIO: wasm.core_HEX_RATIO,9 Image: wasm.core_Image,10 PNG_MAGIC: wasm.core_PNG_MAGIC,11 hex_fit: wasm.core_hex_fit,12 hex_size: wasm.core_hex_size,13 resample: wasm.core_resample,14 unpng: wasm.core_unpng,15 cell: {16 anti: wasm.core_cell_anti,17 binarize: wasm.core_cell_binarize,18 binarize_otsu: wasm.core_cell_binarize_otsu,19 blur: wasm.core_cell_blur,20 color_at: wasm.core_cell_color_at,21 combine: wasm.core_cell_combine,22 fractal: wasm.core_cell_fractal,23 invert: wasm.core_cell_invert,24 layers: wasm.core_cell_layers,25 magic: wasm.core_cell_magic,26 mapping: wasm.core_cell_mapping,27 merge: wasm.core_cell_merge,28 moore: wasm.core_cell_moore,29 mosaic: wasm.core_cell_mosaic,30 neighbors: wasm.core_cell_neighbors,31 new: wasm.core_cell_new,32 new_: wasm.core_cell_new,33 pad: wasm.core_cell_pad,34 paint: wasm.core_cell_paint,35 perforate: wasm.core_cell_perforate,36 remap: wasm.core_cell_remap,37 rgba: wasm.core_cell_rgba,38 rot90_map: wasm.core_cell_rot90_map,39 rotate: wasm.core_cell_rotate,40 shape: wasm.core_cell_shape,41 size: wasm.core_cell_size,42 tile: wasm.core_cell_tile,43 tile_map: wasm.core_cell_tile_map,44 },45 codec: {46 gif: wasm.core_codec_gif,47 png: wasm.core_codec_png,48 },49 colors: {50 ALPHA: wasm.core_colors_ALPHA,51 BLACK: wasm.core_colors_BLACK,52 BLUE: wasm.core_colors_BLUE,53 BROWN: wasm.core_colors_BROWN,54 CYAN: wasm.core_colors_CYAN,55 DARK: wasm.core_colors_DARK,56 GRAY: wasm.core_colors_GRAY,57 GREEN: wasm.core_colors_GREEN,58 INDIGO: wasm.core_colors_INDIGO,59 LIGHT: wasm.core_colors_LIGHT,60 MINT: wasm.core_colors_MINT,61 NAMES: wasm.core_colors_NAMES,62 ORANGE: wasm.core_colors_ORANGE,63 PALETTE: wasm.core_colors_PALETTE,64 PINK: wasm.core_colors_PINK,65 PURPLE: wasm.core_colors_PURPLE,66 RED: wasm.core_colors_RED,67 TEAL: wasm.core_colors_TEAL,68 Theme: wasm.core_colors_Theme,69 WHITE: wasm.core_colors_WHITE,70 YELLOW: wasm.core_colors_YELLOW,71 alpha: wasm.core_colors_alpha,72 board: wasm.core_colors_board,73 css: wasm.core_colors_css,74 from_hex: wasm.core_colors_from_hex,75 gradient: wasm.core_colors_gradient,76 ink: wasm.core_colors_ink,77 invert: wasm.core_colors_invert,78 lightness: wasm.core_colors_lightness,79 luma_types: wasm.core_colors_luma_types,80 mix: wasm.core_colors_mix,81 named: wasm.core_colors_named,82 random: wasm.core_colors_random,83 rgb: wasm.core_colors_rgb,84 rgba: wasm.core_colors_rgba,85 shades: wasm.core_colors_shades,86 snap: wasm.core_colors_snap,87 to_hex: wasm.core_colors_to_hex,88 },89 error: {90 parse: wasm.core_error_parse,91 },92 image: {93 blur: wasm.core_image_blur,94 },95 paint: {96 Config: wasm.core_paint_Config,97 Edition: wasm.core_paint_Edition,98 Ink: wasm.core_paint_Ink,99 Paint: wasm.core_paint_Paint,100 Scheme: wasm.core_paint_Scheme,101 Target: wasm.core_paint_Target,102 apply: wasm.core_paint_apply,103 coat: wasm.core_paint_coat,104 paint: wasm.core_paint_paint,105 prime: wasm.core_paint_prime,106 random_edition: wasm.core_paint_random_edition,107 reroll: wasm.core_paint_reroll,108 setup: wasm.core_paint_setup,109 tag: wasm.core_paint_tag,110 },111 ramp: {112 color: wasm.core_ramp_color,113 colors: wasm.core_ramp_colors,114 },115 rng: {116 below: wasm.core_rng_below,117 boolean: wasm.core_rng_boolean,118 chance: wasm.core_rng_chance,119 new: wasm.core_rng_new,120 new_: wasm.core_rng_new,121 range: wasm.core_rng_range,122 sample_indices: wasm.core_rng_sample_indices,123 unit: wasm.core_rng_unit,124 },125 tensor: {126 at: wasm.core_tensor_at,127 binarize: wasm.core_tensor_binarize,128 binarize_otsu: wasm.core_tensor_binarize_otsu,129 blur: wasm.core_tensor_blur,130 bytes: wasm.core_tensor_bytes,131 count: wasm.core_tensor_count,132 dtype: wasm.core_tensor_dtype,133 exposed: wasm.core_tensor_exposed,134 filled: wasm.core_tensor_filled,135 flip: wasm.core_tensor_flip,136 fractal: wasm.core_tensor_fractal,137 full: wasm.core_tensor_full,138 get: wasm.core_tensor_get,139 i32: wasm.core_tensor_i32,140 i32s: wasm.core_tensor_i32s,141 index: wasm.core_tensor_index,142 invert: wasm.core_tensor_invert,143 kron: wasm.core_tensor_kron,144 layers: wasm.core_tensor_layers,145 neighbors: wasm.core_tensor_neighbors,146 new: wasm.core_tensor_new,147 new_: wasm.core_tensor_new,148 of: wasm.core_tensor_of,149 otsu_threshold: wasm.core_tensor_otsu_threshold,150 pad: wasm.core_tensor_pad,151 perforate: wasm.core_tensor_perforate,152 put: wasm.core_tensor_put,153 rot90: wasm.core_tensor_rot90,154 set: wasm.core_tensor_set,155 size: wasm.core_tensor_size,156 slice: wasm.core_tensor_slice,157 sum: wasm.core_tensor_sum,158 tile: wasm.core_tensor_tile,159 transpose: wasm.core_tensor_transpose,160 typed: wasm.core_tensor_typed,161 u16: wasm.core_tensor_u16,162 u16s: wasm.core_tensor_u16s,163 u32: wasm.core_tensor_u32,164 u32s: wasm.core_tensor_u32s,165 u8: wasm.core_tensor_u8,166 },167};168export const font = {169 FPS: wasm.font_FPS,170 Glyph: wasm.font_Glyph,171 HOLD: wasm.font_HOLD,172 all: wasm.font_all,173 animate: wasm.font_animate,174 cycle: wasm.font_cycle,175 digits: wasm.font_digits,176 draft: wasm.font_draft,177 extras: wasm.font_extras,178 floor: wasm.font_floor,179 glyph: wasm.font_glyph,180 lower: wasm.font_lower,181 lowers: wasm.font_lowers,182 map: wasm.font_map,183 merge: wasm.font_merge,184 name_of: wasm.font_name_of,185 path: wasm.font_path,186 raster: wasm.font_raster,187 specials: wasm.font_specials,188 strokes: wasm.font_strokes,189 supported: wasm.font_supported,190 trim: wasm.font_trim,191 uppers: wasm.font_uppers,192 paths: {193 penned: wasm.font_paths_penned,194 },195 pens: {196 all: wasm.font_pens_all,197 },198};199export const gen = {200 Group: wasm.gen_Group,201 Parity: wasm.gen_Parity,202 Tile: wasm.gen_Tile,203 background: wasm.gen_background,204 classic_code: wasm.gen_classic_code,205 classic_code_nd: wasm.gen_classic_code_nd,206 hex_key: wasm.gen_hex_key,207 random_design: wasm.gen_random_design,208 random_rotation: wasm.gen_random_rotation,209 tree_mask: wasm.gen_tree_mask,210 build: {211 Config2d: wasm.gen_build_Config2d,212 Config3d: wasm.gen_build_Config3d,213 build_2d: wasm.gen_build_build_2d,214 build_3d: wasm.gen_build_build_3d,215 build_6d: wasm.gen_build_build_6d,216 create_2d: wasm.gen_build_create_2d,217 create_3d: wasm.gen_build_create_3d,218 create_6d: wasm.gen_build_create_6d,219 random_tile_2d: wasm.gen_build_random_tile_2d,220 random_tile_3d: wasm.gen_build_random_tile_3d,221 random_tile_6d: wasm.gen_build_random_tile_6d,222 },223 name: {224 Slots: wasm.gen_name_Slots,225 Tile: wasm.gen_name_Tile,226 },227 recipe: {228 CLASSICS_2D: wasm.gen_recipe_CLASSICS_2D,229 CLASSICS_3D: wasm.gen_recipe_CLASSICS_3D,230 Design: wasm.gen_recipe_Design,231 MAX_LEVEL: wasm.gen_recipe_MAX_LEVEL,232 MAX_SIDE: wasm.gen_recipe_MAX_SIDE,233 MAX_SLOTS: wasm.gen_recipe_MAX_SLOTS,234 MIN_SIDE: wasm.gen_recipe_MIN_SIDE,235 classics: wasm.gen_recipe_classics,236 generals: wasm.gen_recipe_generals,237 nestings: wasm.gen_recipe_nestings,238 powers: wasm.gen_recipe_powers,239 products: wasm.gen_recipe_products,240 size: wasm.gen_recipe_size,241 },242 variation: {243 Config: wasm.gen_variation_Config,244 File: wasm.gen_variation_File,245 Variation: wasm.gen_variation_Variation,246 create: wasm.gen_variation_create,247 generate: wasm.gen_variation_generate,248 render: wasm.gen_variation_render,249 },250};251export const life = {252 Boundary: wasm.life_Boundary,253 Config: wasm.life_Config,254 Counts: wasm.life_Counts,255 Fate: wasm.life_Fate,256 Life: wasm.life_Life,257 Rule: wasm.life_Rule,258 Source: wasm.life_Source,259 affine: wasm.life_affine,260 animate: wasm.life_animate,261 churn: wasm.life_churn,262 corner_bits: wasm.life_corner_bits,263 counts: wasm.life_counts,264 crop: wasm.life_crop,265 cube_orbit: wasm.life_cube_orbit,266 design_mask: wasm.life_design_mask,267 entropy: wasm.life_entropy,268 frames: wasm.life_frames,269 gasket: wasm.life_gasket,270 genus: wasm.life_genus,271 heatmap: wasm.life_heatmap,272 history: wasm.life_history,273 lambda: wasm.life_lambda,274 lattice_index: wasm.life_lattice_index,275 mask_offsets: wasm.life_mask_offsets,276 moore: wasm.life_moore,277 movie: wasm.life_movie,278 next_grid: wasm.life_next_grid,279 npn_class: wasm.life_npn_class,280 outer_totalistic: wasm.life_outer_totalistic,281 popcount: wasm.life_popcount,282 reversible: wasm.life_reversible,283 rule_degree: wasm.life_rule_degree,284 rule_name: wasm.life_rule_name,285 single_seed: wasm.life_single_seed,286 step: wasm.life_step,287 surjective: wasm.life_surjective,288 tessellate: wasm.life_tessellate,289 wolfram_class: wasm.life_wolfram_class,290 elementary: {291 output: wasm.life_elementary_output,292 },293 render: {294 frame: wasm.life_render_frame,295 },296 source: {297 sequence: wasm.life_source_sequence,298 },299};300export const math = {301 atoms: {302 carpet_2d: wasm.math_atoms_carpet_2d,303 carpet_3d: wasm.math_atoms_carpet_3d,304 carpet_nd: wasm.math_atoms_carpet_nd,305 dust_2d: wasm.math_atoms_dust_2d,306 dust_3d: wasm.math_atoms_dust_3d,307 dust_nd: wasm.math_atoms_dust_nd,308 hline_2d: wasm.math_atoms_hline_2d,309 htree_2d: wasm.math_atoms_htree_2d,310 line_nd: wasm.math_atoms_line_nd,311 net_2d: wasm.math_atoms_net_2d,312 net_3d: wasm.math_atoms_net_3d,313 net_nd: wasm.math_atoms_net_nd,314 noise_2d: wasm.math_atoms_noise_2d,315 noise_3d: wasm.math_atoms_noise_3d,316 ones_2d: wasm.math_atoms_ones_2d,317 ones_3d: wasm.math_atoms_ones_3d,318 point_2d: wasm.math_atoms_point_2d,319 point_3d: wasm.math_atoms_point_3d,320 point_nd: wasm.math_atoms_point_nd,321 star_2d: wasm.math_atoms_star_2d,322 star_3d: wasm.math_atoms_star_3d,323 star_nd: wasm.math_atoms_star_nd,324 tree_nd: wasm.math_atoms_tree_nd,325 vline_2d: wasm.math_atoms_vline_2d,326 void_2d: wasm.math_atoms_void_2d,327 void_3d: wasm.math_atoms_void_3d,328 void_nd: wasm.math_atoms_void_nd,329 vtree_2d: wasm.math_atoms_vtree_2d,330 xline_3d: wasm.math_atoms_xline_3d,331 xtree_3d: wasm.math_atoms_xtree_3d,332 yline_3d: wasm.math_atoms_yline_3d,333 ytree_3d: wasm.math_atoms_ytree_3d,334 zeros_2d: wasm.math_atoms_zeros_2d,335 zeros_3d: wasm.math_atoms_zeros_3d,336 zline_3d: wasm.math_atoms_zline_3d,337 ztree_3d: wasm.math_atoms_ztree_3d,338 },339 bang: {340 Design: wasm.math_bang_Design,341 MagicLayer: wasm.math_bang_MagicLayer,342 Universe: wasm.math_bang_Universe,343 bang: wasm.math_bang_bang,344 code_to_corners: wasm.math_bang_code_to_corners,345 corners: wasm.math_bang_corners,346 corners_to_code: wasm.math_bang_corners_to_code,347 levels_code: wasm.math_bang_levels_code,348 magic: wasm.math_bang_magic,349 magic_named: wasm.math_bang_magic_named,350 sources: wasm.math_bang_sources,351 symmetries: wasm.math_bang_symmetries,352 total_exposure: wasm.math_bang_total_exposure,353 touches_every_corner: wasm.math_bang_touches_every_corner,354 universe_codes: wasm.math_bang_universe_codes,355 baseq: {356 WALK_LIMIT: wasm.math_bang_baseq_WALK_LIMIT,357 axis_maps: wasm.math_bang_baseq_axis_maps,358 bracelets: wasm.math_bang_baseq_bracelets,359 canonical: wasm.math_bang_baseq_canonical,360 carry: wasm.math_bang_baseq_carry,361 class_sequence: wasm.math_bang_baseq_class_sequence,362 classes: wasm.math_bang_baseq_classes,363 distinct_designs: wasm.math_bang_baseq_distinct_designs,364 even_fill_is_balanced: wasm.math_bang_baseq_even_fill_is_balanced,365 fill_from_corners: wasm.math_bang_baseq_fill_from_corners,366 group: wasm.math_bang_baseq_group,367 group_order: wasm.math_bang_baseq_group_order,368 orbit: wasm.math_bang_baseq_orbit,369 predicted_group_order: wasm.math_bang_baseq_predicted_group_order,370 representatives: wasm.math_bang_baseq_representatives,371 sequence: wasm.math_bang_baseq_sequence,372 total_designs: wasm.math_bang_baseq_total_designs,373 },374 catalog: {375 ANTIS_2D: wasm.math_bang_catalog_ANTIS_2D,376 ANTIS_3D: wasm.math_bang_catalog_ANTIS_3D,377 antis: wasm.math_bang_catalog_antis,378 },379 code: {380 get: wasm.math_bang_code_get,381 },382 factory: {383 create: wasm.math_bang_factory_create,384 create_from_corners: wasm.math_bang_factory_create_from_corners,385 create_named: wasm.math_bang_factory_create_named,386 residue_corners: wasm.math_bang_factory_residue_corners,387 total_codes: wasm.math_bang_factory_total_codes,388 },389 universe: {390 anf: wasm.math_bang_universe_anf,391 anf_string: wasm.math_bang_universe_anf_string,392 apply: wasm.math_bang_universe_apply,393 corner_index: wasm.math_bang_universe_corner_index,394 degree: wasm.math_bang_universe_degree,395 orbit: wasm.math_bang_universe_orbit,396 permutations: wasm.math_bang_universe_permutations,397 },398 word: {399 Schedule: wasm.math_bang_word_Schedule,400 components: wasm.math_bang_word_components,401 constant_functional: wasm.math_bang_word_constant_functional,402 dimension: wasm.math_bang_word_dimension,403 fill: wasm.math_bang_word_fill,404 fills: wasm.math_bang_word_fills,405 letter: wasm.math_bang_word_letter,406 native: wasm.math_bang_word_native,407 period: wasm.math_bang_word_period,408 prefixes: wasm.math_bang_word_prefixes,409 rates: wasm.math_bang_word_rates,410 side: wasm.math_bang_word_side,411 spell: wasm.math_bang_word_spell,412 staircase: wasm.math_bang_word_staircase,413 thue_morse: wasm.math_bang_word_thue_morse,414 },415 },416 cell: {417 grow: wasm.math_cell_grow,418 paint: wasm.math_cell_paint,419 census: {420 edges: wasm.math_cell_census_edges,421 exposure: wasm.math_cell_census_exposure,422 fills: wasm.math_cell_census_fills,423 vertices: wasm.math_cell_census_vertices,424 voids: wasm.math_cell_census_voids,425 },426 geometry: {427 merge_reps: wasm.math_cell_geometry_merge_reps,428 perforate: wasm.math_cell_geometry_perforate,429 },430 models: {431 anti: wasm.math_cell_models_anti,432 binarize: wasm.math_cell_models_binarize,433 binarize_otsu: wasm.math_cell_models_binarize_otsu,434 blur: wasm.math_cell_models_blur,435 combine: wasm.math_cell_models_combine,436 counting_dtype: wasm.math_cell_models_counting_dtype,437 depth: wasm.math_cell_models_depth,438 dtype_for: wasm.math_cell_models_dtype_for,439 fractal: wasm.math_cell_models_fractal,440 height: wasm.math_cell_models_height,441 invert: wasm.math_cell_models_invert,442 layers: wasm.math_cell_models_layers,443 neighbors: wasm.math_cell_models_neighbors,444 new: wasm.math_cell_models_new,445 new_: wasm.math_cell_models_new,446 orient: wasm.math_cell_models_orient,447 pad: wasm.math_cell_models_pad,448 paint: wasm.math_cell_models_paint,449 perforate: wasm.math_cell_models_perforate,450 rotate: wasm.math_cell_models_rotate,451 tile: wasm.math_cell_models_tile,452 types: wasm.math_cell_models_types,453 width: wasm.math_cell_models_width,454 },455 serializer: {456 byte_cube: wasm.math_cell_serializer_byte_cube,457 byte_grid: wasm.math_cell_serializer_byte_grid,458 color_grid: wasm.math_cell_serializer_color_grid,459 count_cube: wasm.math_cell_serializer_count_cube,460 count_grid: wasm.math_cell_serializer_count_grid,461 parse: wasm.math_cell_serializer_parse,462 tag_layer: wasm.math_cell_serializer_tag_layer,463 types_field: wasm.math_cell_serializer_types_field,464 },465 },466 counts: {467 Exposure: wasm.math_counts_Exposure,468 centered_hexagonal: wasm.math_counts_centered_hexagonal,469 cut_fills: wasm.math_counts_cut_fills,470 cut_voids: wasm.math_counts_cut_voids,471 dimension: wasm.math_counts_dimension,472 edges_of_tile: wasm.math_counts_edges_of_tile,473 exposure: wasm.math_counts_exposure,474 exposure_of_tile: wasm.math_counts_exposure_of_tile_,475 exposure_recurrence: wasm.math_counts_exposure_recurrence_,476 fill: wasm.math_counts_fill,477 fill_from_corners: wasm.math_counts_fill_from_corners,478 grid: wasm.math_counts_grid,479 limit: wasm.math_counts_limit,480 pairs: wasm.math_counts_pairs,481 positions: wasm.math_counts_positions,482 pro_fills: wasm.math_counts_pro_fills,483 pro_voids: wasm.math_counts_pro_voids,484 profile_of_tile: wasm.math_counts_profile_of_tile,485 ratio: wasm.math_counts_ratio,486 rational: wasm.math_counts_rational,487 surface: wasm.math_counts_surface,488 void: wasm.math_counts_void,489 void_: wasm.math_counts_void,490 diagonal: {491 WIDEST: wasm.math_counts_diagonal_WIDEST,492 },493 ladder: {494 cap: wasm.math_counts_ladder_cap,495 carry_matrix: wasm.math_counts_ladder_carry_matrix,496 characteristic: wasm.math_counts_ladder_characteristic,497 determinant: wasm.math_counts_ladder_determinant,498 digit_polynomial: wasm.math_counts_ladder_digit_polynomial,499 even_block: wasm.math_counts_ladder_even_block,500 fill: wasm.math_counts_ladder_fill,501 ladder: wasm.math_counts_ladder_ladder,502 perron: wasm.math_counts_ladder_perron,503 sign: wasm.math_counts_ladder_sign,504 spectral_ratio: wasm.math_counts_ladder_spectral_ratio,505 trace: wasm.math_counts_ladder_trace,506 },507 six: {508 grid_triangles: wasm.math_counts_six_grid_triangles,509 solid_slice_boundary: wasm.math_counts_six_solid_slice_boundary,510 solid_slice_core_edges: wasm.math_counts_six_solid_slice_core_edges,511 solid_slice_core_nodes: wasm.math_counts_six_solid_slice_core_nodes,512 solid_slice_edges: wasm.math_counts_six_solid_slice_edges,513 solid_slice_interior: wasm.math_counts_six_solid_slice_interior,514 solid_slice_triangles: wasm.math_counts_six_solid_slice_triangles,515 solid_slice_vertices: wasm.math_counts_six_solid_slice_vertices,516 },517 },518 graph: {519 Layout: wasm.math_graph_Layout,520 Network: wasm.math_graph_Network,521 census: wasm.math_graph_census,522 components: wasm.math_graph_components,523 core_graph: wasm.math_graph_core_graph,524 edge_graph: wasm.math_graph_edge_graph,525 fractal_dimension: wasm.math_graph_fractal_dimension,526 junctions: wasm.math_graph_junctions,527 largest_component: wasm.math_graph_largest_component,528 roles: wasm.math_graph_roles,529 tips: wasm.math_graph_tips,530 total_length: wasm.math_graph_total_length,531 tunnel_graph: wasm.math_graph_tunnel_graph,532 },533 moire: {534 Field: wasm.math_moire_Field,535 Layer: wasm.math_moire_Layer,536 Preset: wasm.math_moire_Preset,537 Spec: wasm.math_moire_Spec,538 Volume: wasm.math_moire_Volume,539 all: wasm.math_moire_all,540 frame: wasm.math_moire_frame,541 layer: wasm.math_moire_layer,542 named: wasm.math_moire_named,543 render: wasm.math_moire_render,544 stack: wasm.math_moire_stack,545 stack_codes: wasm.math_moire_stack_codes,546 volume: wasm.math_moire_volume,547 pairs: {548 correlation: wasm.math_moire_pairs_correlation,549 sampled: wasm.math_moire_pairs_sampled,550 witness: wasm.math_moire_pairs_witness,551 },552 sample: {553 axes: wasm.math_moire_sample_axes,554 membership: wasm.math_moire_sample_membership,555 pack: wasm.math_moire_sample_pack,556 },557 },558 name: {559 Bang: wasm.math_name_Bang,560 Lattice: wasm.math_name_Lattice,561 Sequence: wasm.math_name_Sequence,562 Word: wasm.math_name_Word,563 },564 press: {565 CORNERS: wasm.math_press_CORNERS,566 Press: wasm.math_press_Press,567 containing: wasm.math_press_containing,568 coordinates: wasm.math_press_coordinates,569 count_below: wasm.math_press_count_below,570 distinct: wasm.math_press_distinct,571 interleave: wasm.math_press_interleave,572 layer_table: wasm.math_press_layer_table,573 member: wasm.math_press_member,574 members: wasm.math_press_members,575 profile: wasm.math_press_profile,576 usage: wasm.math_press_usage,577 word_count: wasm.math_press_word_count,578 word_member: wasm.math_press_word_member,579 word_members: wasm.math_press_word_members,580 word_profile: wasm.math_press_word_profile,581 },582 roulette: {583 Nodes: wasm.math_roulette_Nodes,584 nodes: wasm.math_roulette_nodes,585 side: wasm.math_roulette_side,586 spread: wasm.math_roulette_spread,587 },588 rules: {589 BASE: wasm.math_rules_BASE,590 render: wasm.math_rules_render,591 tree_axes: wasm.math_rules_tree_axes,592 },593 shape: {594 Frac: wasm.math_shape_Frac,595 REFINE_LIMIT: wasm.math_shape_REFINE_LIMIT,596 Region: wasm.math_shape_Region,597 census: wasm.math_shape_census,598 classify: wasm.math_shape_classify,599 crop: wasm.math_shape_crop,600 crossing_shell: wasm.math_shape_crossing_shell,601 crossing_tree: wasm.math_shape_crossing_tree,602 named: wasm.math_shape_named,603 radial_census: wasm.math_shape_radial_census,604 refine: wasm.math_shape_refine,605 regions: wasm.math_shape_regions,606 shapes: wasm.math_shape_shapes,607 },608 six: {609 FILL: wasm.math_six_FILL,610 GRID: wasm.math_six_GRID,611 LEFT: wasm.math_six_LEFT,612 RIGHT: wasm.math_six_RIGHT,613 UP: wasm.math_six_UP,614 VOID: wasm.math_six_VOID,615 anti: wasm.math_six_anti,616 binarize: wasm.math_six_binarize,617 binarize_otsu: wasm.math_six_binarize_otsu,618 blank: wasm.math_six_blank,619 blur: wasm.math_six_blur,620 census: wasm.math_six_census,621 components: wasm.math_six_components,622 cut: wasm.math_six_cut,623 cut_design: wasm.math_six_cut_design,624 east: wasm.math_six_east,625 euler: wasm.math_six_euler,626 fills: wasm.math_six_fills,627 fills_only: wasm.math_six_fills_only,628 framed: wasm.math_six_framed,629 from_json: wasm.math_six_from_json,630 giant: wasm.math_six_giant,631 giant_network: wasm.math_six_giant_network,632 height: wasm.math_six_height,633 holes: wasm.math_six_holes,634 is_cube: wasm.math_six_is_cube,635 is_hex: wasm.math_six_is_hex,636 iso: wasm.math_six_iso,637 iso_design: wasm.math_six_iso_design,638 new: wasm.math_six_new,639 new_: wasm.math_six_new,640 north: wasm.math_six_north,641 orientation: wasm.math_six_orientation,642 pad: wasm.math_six_pad,643 paint: wasm.math_six_paint,644 perforate: wasm.math_six_perforate,645 png: wasm.math_six_png,646 pro: wasm.math_six_pro,647 pro_design: wasm.math_six_pro_design,648 radial: wasm.math_six_radial,649 radial_crop: wasm.math_six_radial_crop,650 radial_mask: wasm.math_six_radial_mask,651 raster: wasm.math_six_raster,652 rect_png: wasm.math_six_rect_png,653 rect_svg: wasm.math_six_rect_svg,654 rim_holes: wasm.math_six_rim_holes,655 skin: wasm.math_six_skin,656 slice_core_graph: wasm.math_six_slice_core_graph,657 slice_dual_graph: wasm.math_six_slice_dual_graph,658 slice_edge_graph: wasm.math_six_slice_edge_graph,659 slice_tunnel_graph: wasm.math_six_slice_tunnel_graph,660 south: wasm.math_six_south,661 spectral_exponent: wasm.math_six_spectral_exponent,662 svg: wasm.math_six_svg,663 tessellate: wasm.math_six_tessellate,664 tile: wasm.math_six_tile,665 tile_cell: wasm.math_six_tile_cell,666 tile_crop: wasm.math_six_tile_crop,667 tile_step: wasm.math_six_tile_step,668 to_json: wasm.math_six_to_json,669 triangles: wasm.math_six_triangles,670 west: wasm.math_six_west,671 width: wasm.math_six_width,672 star: {673 Branch: wasm.math_six_star_Branch,674 Share: wasm.math_six_star_Share,675 Star: wasm.math_six_star_Star,676 arm_law: wasm.math_six_star_arm_law,677 chi8: wasm.math_six_star_chi8,678 constant: wasm.math_six_star_constant,679 decay: wasm.math_six_star_decay,680 width_law: wasm.math_six_star_width_law,681 },682 },683 spectrum: {684 clusters: wasm.math_spectrum_clusters,685 laplacian: wasm.math_spectrum_laplacian,686 laplacian_spectrum: wasm.math_spectrum_laplacian_spectrum,687 multiplicity: wasm.math_spectrum_multiplicity,688 spectral_exponent: wasm.math_spectrum_spectral_exponent,689 spectral_fit: wasm.math_spectrum_spectral_fit,690 spectral_points: wasm.math_spectrum_spectral_points,691 symmetric_eigenvalues: wasm.math_spectrum_symmetric_eigenvalues,692 },693 spin: {694 Blend: wasm.math_spin_Blend,695 arcs: wasm.math_spin_arcs,696 harmonics: wasm.math_spin_harmonics,697 mass: wasm.math_spin_mass,698 mass_within: wasm.math_spin_mass_within,699 petals: wasm.math_spin_petals,700 profile: wasm.math_spin_profile,701 radial: wasm.math_spin_radial,702 reach: wasm.math_spin_reach,703 ring: wasm.math_spin_ring,704 turns: wasm.math_spin_turns,705 wheel: wasm.math_spin_wheel,706 },707 spirograph: {708 LAPS_CAP: wasm.math_spirograph_LAPS_CAP,709 PENCIL_CAP: wasm.math_spirograph_PENCIL_CAP,710 POINT_CAP: wasm.math_spirograph_POINT_CAP,711 RADIUS_CAP: wasm.math_spirograph_RADIUS_CAP,712 RASTER_CAP: wasm.math_spirograph_RASTER_CAP,713 SIDES: wasm.math_spirograph_SIDES,714 Seats: wasm.math_spirograph_Seats,715 cell: wasm.math_spirograph_cell,716 cover: wasm.math_spirograph_cover,717 disc: wasm.math_spirograph_disc,718 distinct: wasm.math_spirograph_distinct,719 frame: wasm.math_spirograph_frame,720 nodes: wasm.math_spirograph_nodes,721 pencils: wasm.math_spirograph_pencils,722 point: wasm.math_spirograph_point,723 pose: wasm.math_spirograph_pose,724 representatives: wasm.math_spirograph_representatives,725 seats: wasm.math_spirograph_seats,726 signed_area: wasm.math_spirograph_signed_area,727 trace: wasm.math_spirograph_trace,728 track: wasm.math_spirograph_track,729 turn: wasm.math_spirograph_turn,730 },731 three: {732 Vec3: wasm.math_three_Vec3,733 carpet: wasm.math_three_carpet,734 census: wasm.math_three_census,735 core_graph: wasm.math_three_core_graph,736 create: wasm.math_three_create,737 diagonal_slice: wasm.math_three_diagonal_slice,738 diagonal_svg: wasm.math_three_diagonal_svg,739 dust: wasm.math_three_dust,740 edge_graph: wasm.math_three_edge_graph,741 euler: wasm.math_three_euler,742 extrude: wasm.math_three_extrude,743 extrude_cube: wasm.math_three_extrude_cube,744 faces: wasm.math_three_faces,745 fills: wasm.math_three_fills,746 from_corners: wasm.math_three_from_corners,747 from_json: wasm.math_three_from_json,748 from_strings: wasm.math_three_from_strings,749 hidden: wasm.math_three_hidden,750 level_set: wasm.math_three_level_set,751 magic: wasm.math_three_magic,752 manhattan_layers: wasm.math_three_manhattan_layers,753 merge: wasm.math_three_merge,754 mosaic: wasm.math_three_mosaic,755 named: wasm.math_three_named,756 net: wasm.math_three_net,757 noise: wasm.math_three_noise,758 ones: wasm.math_three_ones,759 orientations: wasm.math_three_orientations,760 point: wasm.math_three_point,761 profile: wasm.math_three_profile,762 project: wasm.math_three_project,763 quads: wasm.math_three_quads,764 shadow: wasm.math_three_shadow,765 slice: wasm.math_three_slice,766 special: wasm.math_three_special,767 star: wasm.math_three_star,768 support: wasm.math_three_support,769 surface: wasm.math_three_surface,770 text: wasm.math_three_text,771 to_json: wasm.math_three_to_json,772 to_obj: wasm.math_three_to_obj,773 to_strings: wasm.math_three_to_strings,774 tunnel_graph: wasm.math_three_tunnel_graph,775 void: wasm.math_three_void,776 void_: wasm.math_three_void,777 voids: wasm.math_three_voids,778 volume: wasm.math_three_volume,779 wires: wasm.math_three_wires,780 xline: wasm.math_three_xline,781 xtree: wasm.math_three_xtree,782 yline: wasm.math_three_yline,783 ytree: wasm.math_three_ytree,784 zeros: wasm.math_three_zeros,785 zline: wasm.math_three_zline,786 ztree: wasm.math_three_ztree,787 },788 tourbillon: {789 eyes: wasm.math_tourbillon_eyes,790 field: wasm.math_tourbillon_field,791 layers: wasm.math_tourbillon_layers,792 period: wasm.math_tourbillon_period,793 sharing: wasm.math_tourbillon_sharing,794 stack: wasm.math_tourbillon_stack,795 stats: wasm.math_tourbillon_stats,796 },797 two: {798 capacity: wasm.math_two_capacity,799 carpet: wasm.math_two_carpet,800 census: wasm.math_two_census,801 create: wasm.math_two_create,802 dust: wasm.math_two_dust,803 embed: wasm.math_two_embed,804 euler: wasm.math_two_euler,805 extract: wasm.math_two_extract,806 fills: wasm.math_two_fills,807 from_corners: wasm.math_two_from_corners,808 from_json: wasm.math_two_from_json,809 from_strings: wasm.math_two_from_strings,810 hline: wasm.math_two_hline,811 htree: wasm.math_two_htree,812 level_set: wasm.math_two_level_set,813 mask: wasm.math_two_mask,814 merge: wasm.math_two_merge,815 named: wasm.math_two_named,816 net: wasm.math_two_net,817 noise: wasm.math_two_noise,818 ones: wasm.math_two_ones,819 perimeter: wasm.math_two_perimeter,820 png: wasm.math_two_png,821 point: wasm.math_two_point,822 read: wasm.math_two_read,823 sheet: wasm.math_two_sheet,824 special: wasm.math_two_special,825 star: wasm.math_two_star,826 svg: wasm.math_two_svg,827 text: wasm.math_two_text,828 to_3d: wasm.math_two_to_3d,829 to_json: wasm.math_two_to_json,830 vline: wasm.math_two_vline,831 void: wasm.math_two_void,832 void_: wasm.math_two_void,833 voids: wasm.math_two_voids,834 vtree: wasm.math_two_vtree,835 zeros: wasm.math_two_zeros,836 payload: {837 frame: wasm.math_two_payload_frame,838 },839 },840};841export const num = {842 apollonian: {843 CIRCLE_CAP: wasm.num_apollonian_CIRCLE_CAP,844 CURVATURE_CAP: wasm.num_apollonian_CURVATURE_CAP,845 Circle: wasm.num_apollonian_Circle,846 ORDER_CAP: wasm.num_apollonian_ORDER_CAP,847 ROOTS: wasm.num_apollonian_ROOTS,848 form: wasm.num_apollonian_form,849 frame: wasm.num_apollonian_frame,850 grow: wasm.num_apollonian_grow,851 is_ford: wasm.num_apollonian_is_ford,852 on_line: wasm.num_apollonian_on_line,853 reflect: wasm.num_apollonian_reflect,854 root: wasm.num_apollonian_root,855 shadow: wasm.num_apollonian_shadow,856 sound: wasm.num_apollonian_sound,857 swap: wasm.num_apollonian_swap,858 touches: wasm.num_apollonian_touches,859 },860 automaton: {861 Automaton: wasm.num_automaton_Automaton,862 ROUNDING: wasm.num_automaton_ROUNDING,863 },864 blend: {865 add: wasm.num_blend_add,866 cauchy: wasm.num_blend_cauchy,867 characteristic: wasm.num_blend_characteristic,868 decimate: wasm.num_blend_decimate,869 delta: wasm.num_blend_delta,870 growth: wasm.num_blend_growth,871 hadamard: wasm.num_blend_hadamard,872 recurrence: wasm.num_blend_recurrence,873 scale: wasm.num_blend_scale,874 shift: wasm.num_blend_shift,875 sigma: wasm.num_blend_sigma,876 sub: wasm.num_blend_sub,877 },878 boolean: {879 is_balanced: wasm.num_boolean_is_balanced,880 nonlinearity: wasm.num_boolean_nonlinearity,881 sac: wasm.num_boolean_sac,882 walsh_spectrum: wasm.num_boolean_walsh_spectrum,883 },884 design: {885 ZETA_ORDINATES: wasm.num_design_ZETA_ORDINATES,886 digits_of: wasm.num_design_digits_of,887 echo_series: wasm.num_design_echo_series,888 elements: wasm.num_design_elements,889 log_grid: wasm.num_design_log_grid,890 median_floor: wasm.num_design_median_floor,891 meter: wasm.num_design_meter,892 nearest: wasm.num_design_nearest,893 peaks: wasm.num_design_peaks,894 pole_lattice: wasm.num_design_pole_lattice,895 resample: wasm.num_design_resample,896 score: wasm.num_design_score,897 size: wasm.num_design_size,898 spectrum: wasm.num_design_spectrum,899 upper_rms: wasm.num_design_upper_rms,900 },901 factor: {902 aliquot: wasm.num_factor_aliquot,903 coprime: wasm.num_factor_coprime,904 divisors: wasm.num_factor_divisors,905 factorial: wasm.num_factor_factorial,906 factorize: wasm.num_factor_factorize,907 factorize_wide: wasm.num_factor_factorize_wide,908 gcd: wasm.num_factor_gcd,909 lcm: wasm.num_factor_lcm,910 mobius: wasm.num_factor_mobius,911 mobius_sieve: wasm.num_factor_mobius_sieve,912 radical: wasm.num_factor_radical,913 reduce: wasm.num_factor_reduce,914 sigma: wasm.num_factor_sigma,915 squarefree: wasm.num_factor_squarefree,916 totient: wasm.num_factor_totient,917 totients: wasm.num_factor_totients,918 twisted: wasm.num_factor_twisted,919 },920 fft: {921 convolve: wasm.num_fft_convolve,922 convolve_with: wasm.num_fft_convolve_with,923 embed_kernel: wasm.num_fft_embed_kernel,924 log_spectrum: wasm.num_fft_log_spectrum,925 magnitude_spectrum: wasm.num_fft_magnitude_spectrum,926 peak_ring: wasm.num_fft_peak_ring,927 peak_wavelength: wasm.num_fft_peak_wavelength,928 radial_profile: wasm.num_fft_radial_profile,929 transform: wasm.num_fft_transform,930 },931 gauss: {932 Class: wasm.num_gauss_Class,933 Ring: wasm.num_gauss_Ring,934 Window: wasm.num_gauss_Window,935 classes: wasm.num_gauss_classes,936 peak: wasm.num_gauss_peak,937 shells: wasm.num_gauss_shells,938 },939 ladder: {940 Design: wasm.num_ladder_Design,941 ROUNDING: wasm.num_ladder_ROUNDING,942 cofactor: wasm.num_ladder_cofactor,943 residue: wasm.num_ladder_residue,944 zeta: wasm.num_ladder_zeta,945 },946 lattice: {947 coprime_pairs: wasm.num_lattice_coprime_pairs,948 farey: wasm.num_lattice_farey,949 grid: wasm.num_lattice_grid,950 new_nodes: wasm.num_lattice_new_nodes,951 pi_estimate: wasm.num_lattice_pi_estimate,952 recovered: wasm.num_lattice_recovered,953 visible_density: wasm.num_lattice_visible_density,954 zeta_factor: wasm.num_lattice_zeta_factor,955 zeta_whole: wasm.num_lattice_zeta_whole,956 },957 memory: {958 Rule: wasm.num_memory_Rule,959 SPAN: wasm.num_memory_SPAN,960 SWEEPS: wasm.num_memory_SWEEPS,961 TOLERANCE: wasm.num_memory_TOLERANCE,962 allowed_windows: wasm.num_memory_allowed_windows,963 cells: wasm.num_memory_cells,964 counts: wasm.num_memory_counts,965 exponent: wasm.num_memory_exponent,966 kappa: wasm.num_memory_kappa,967 perron: wasm.num_memory_perron,968 transfer: wasm.num_memory_transfer,969 },970 morse: {971 LIFTS: wasm.num_morse_LIFTS,972 Lift: wasm.num_morse_Lift,973 boundary: wasm.num_morse_boundary,974 difference: wasm.num_morse_difference,975 digits: wasm.num_morse_digits,976 doubling: wasm.num_morse_doubling,977 faults: wasm.num_morse_faults,978 fold: wasm.num_morse_fold,979 letter: wasm.num_morse_letter,980 lift: wasm.num_morse_lift,981 power: wasm.num_morse_power,982 repeat: wasm.num_morse_repeat,983 runs: wasm.num_morse_runs,984 stage: wasm.num_morse_stage,985 substitution: wasm.num_morse_substitution,986 upsample: wasm.num_morse_upsample,987 },988 prime: {989 Sieve: wasm.num_prime_Sieve,990 chart: wasm.num_prime_chart,991 flags: wasm.num_prime_flags,992 goldbach: wasm.num_prime_goldbach,993 goldbach_record: wasm.num_prime_goldbach_record,994 is_prime: wasm.num_prime_is_prime,995 pile: wasm.num_prime_pile,996 prime_count: wasm.num_prime_prime_count,997 prime_from: wasm.num_prime_prime_from,998 primes: wasm.num_prime_primes,999 rectangles: wasm.num_prime_rectangles,1000 splits: wasm.num_prime_splits,1001 squares: wasm.num_prime_squares,1002 study: wasm.num_prime_study,1003 },1004 radix: {1005 Base: wasm.num_radix_Base,1006 Radix: wasm.num_radix_Radix,1007 flowsnake: wasm.num_radix_flowsnake,1008 gasket: wasm.num_radix_gasket,1009 koch: wasm.num_radix_koch,1010 terdragon: wasm.num_radix_terdragon,1011 tile: wasm.num_radix_tile,1012 twindragon: wasm.num_radix_twindragon,1013 },1014 series: {1015 APERY: wasm.num_series_APERY,1016 BASEL: wasm.num_series_BASEL,1017 CATALAN: wasm.num_series_CATALAN,1018 EULER: wasm.num_series_EULER,1019 VISIBLE: wasm.num_series_VISIBLE,1020 basel: wasm.num_series_basel,1021 bernoulli: wasm.num_series_bernoulli,1022 beta: wasm.num_series_beta,1023 binary: wasm.num_series_binary,1024 catalan: wasm.num_series_catalan,1025 chi3: wasm.num_series_chi3,1026 chi4: wasm.num_series_chi4,1027 chi8: wasm.num_series_chi8,1028 dirichlet: wasm.num_series_dirichlet,1029 e_partial: wasm.num_series_e_partial,1030 euler_gamma_partial: wasm.num_series_euler_gamma_partial,1031 euler_product: wasm.num_series_euler_product,1032 evens: wasm.num_series_evens,1033 fibonacci: wasm.num_series_fibonacci,1034 harmonic: wasm.num_series_harmonic,1035 lambda: wasm.num_series_lambda,1036 leibniz: wasm.num_series_leibniz,1037 li: wasm.num_series_li,1038 mertens: wasm.num_series_mertens,1039 odds: wasm.num_series_odds,1040 visible: wasm.num_series_visible,1041 wallis_half_pi: wasm.num_series_wallis_half_pi,1042 wallis_quarter_pi: wasm.num_series_wallis_quarter_pi,1043 zeta: wasm.num_series_zeta,1044 },1045 sieve: {1046 PLANE_LIMIT: wasm.num_sieve_PLANE_LIMIT,1047 cells: wasm.num_sieve_cells,1048 exponent: wasm.num_sieve_exponent,1049 flat_word: wasm.num_sieve_flat_word,1050 holes: wasm.num_sieve_holes,1051 limit: wasm.num_sieve_limit,1052 odd_word: wasm.num_sieve_odd_word,1053 punctures: wasm.num_sieve_punctures,1054 raster: wasm.num_sieve_raster,1055 ratio: wasm.num_sieve_ratio,1056 side: wasm.num_sieve_side,1057 solid_limit: wasm.num_sieve_solid_limit,1058 },1059 spiral: {1060 Growth: wasm.num_spiral_Growth,1061 Lattice: wasm.num_spiral_Lattice,1062 Mark: wasm.num_spiral_Mark,1063 diagonal: wasm.num_spiral_diagonal,1064 level_of: wasm.num_spiral_level_of,1065 marks: wasm.num_spiral_marks,1066 snail: wasm.num_spiral_snail,1067 },1068 zeta: {1069 Complex: wasm.num_zeta_Complex,1070 JOIN: wasm.num_zeta_JOIN,1071 Line: wasm.num_zeta_Line,1072 bump: wasm.num_zeta_bump,1073 corrections: wasm.num_zeta_corrections,1074 kernel: wasm.num_zeta_kernel,1075 mellin: wasm.num_zeta_mellin,1076 novelty_main: wasm.num_zeta_novelty_main,1077 novelty_wave: wasm.num_zeta_novelty_wave,1078 psi_formula: wasm.num_zeta_psi_formula,1079 psi_stair: wasm.num_zeta_psi_stair,1080 raise: wasm.num_zeta_raise,1081 sharp_novelty: wasm.num_zeta_sharp_novelty,1082 smoothed_novelty: wasm.num_zeta_smoothed_novelty,1083 },1084};