Added math components folder
This commit is contained in:
parent
d658455eb0
commit
b6d5eaa72d
2 changed files with 10 additions and 0 deletions
5
src/components/math/Floor.vue
Normal file
5
src/components/math/Floor.vue
Normal file
|
@ -0,0 +1,5 @@
|
|||
<template>
|
||||
<span style="white-space: nowrap; font-size: larger; font-family: initial">
|
||||
⌊ <slot /> ⌋
|
||||
</span>
|
||||
</template>
|
5
src/components/math/Sqrt.vue
Normal file
5
src/components/math/Sqrt.vue
Normal file
|
@ -0,0 +1,5 @@
|
|||
<template>
|
||||
<span style="white-space: nowrap;">
|
||||
<span style="font-size: larger; font-family: initial">√</span><span style="text-decoration: overline"> <slot /> </span>
|
||||
</span>
|
||||
</template>
|
Loading…
Reference in a new issue