* add shit Signed-off-by: Jess Frazelle <github@jessfraz.com> * add image Signed-off-by: Jess Frazelle <github@jessfraz.com> * images updated Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
		
			
				
	
	
	
		
			159 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			159 KiB
		
	
	
	
	
	
	
	
title, excerpt, layout
| title | excerpt | layout | 
|---|---|---|
| e | Return the value of Euler’s number `e`. | manual | 
Return the value of Euler’s number e.
e() -> number
Tags
math
Examples
const exampleSketch = startSketchOn("XZ")
  |> startProfileAt([0, 0], %)
  |> angledLine({ angle: 30, length: 2 * e() ^ 2 }, %)
  |> yLineTo(0, %)
  |> close(%)
const example = extrude(10, exampleSketch)
Arguments
Returns
number